Skip to content

Commit

Permalink
Publish to nuget properly
Browse files Browse the repository at this point in the history
  • Loading branch information
vadi2 committed Apr 25, 2022
1 parent 9ac9ba8 commit 1549666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ jobs:
env:
NUGET_API_KEY: ${{secrets.NUGET_API_KEY}}
shell: bash
run:
run: |
./create-package.sh
dotnet nuget push nupkg/Hammer.${{env.SHORT_TAG_NAME}}.nupkg --skip-duplicate --api-key ${{env.NUGET_API_KEY}} --source https://api.nuget.org/v3/index.json
Expand Down

0 comments on commit 1549666

Please sign in to comment.