Skip to content

Commit

Permalink
Fix release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
wcoder committed Dec 2, 2022
1 parent 67e3a4a commit 3d158dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: |
dotnet nuget push ./nupkg/* \
--source ${FEED_URL} \
--api-key ${FEED_KEY}
--api-key ${FEED_KEY} \
--skip-duplicate
env:
FEED_URL: https://api.nuget.org/v3/index.json
Expand Down

0 comments on commit 3d158dd

Please sign in to comment.