Skip to content

Commit

Permalink
publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenniferplusplus committed Nov 9, 2024
1 parent 8dbc2e6 commit 1a693f4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Publish
run-name: 'Publish packages from PR #${{ github.event.pull_request.number }}: ${{ github.event.pull_request.title }}'
run-name: 'Publish package'

on:
workflow_dispatch:
Expand Down Expand Up @@ -48,5 +48,4 @@ jobs:
env:
PACKAGE_VERSION: ${{steps.gitversion.outputs.FullSemVer}}
- name: Publish
if: false
run: dotnet nuget push Letterbook.Uuid7.${{steps.gitversion.outputs.FullSemVer}}.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json

0 comments on commit 1a693f4

Please sign in to comment.