Skip to content

Commit

Permalink
Merge pull request #33 from domingoladron/feature/27-add-cli-to-deplo…
Browse files Browse the repository at this point in the history
…yment

27 Skip duplicates on push to nuget
  • Loading branch information
domingoladron authored Jul 28, 2023
2 parents f2d73ac + 5de57da commit 1a98b62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
- name: Pack EpubCore CLI
run: dotnet pack EpubCore.Cli/EpubCore.Cli.csproj -c Release --no-build --output ./nupkg
- name: Push to NuGet
run: dotnet nuget push "./nupkg/*.nupkg" --api-key ${{secrets.NUGET_API_KEY}} --source https://api.nuget.org/v3/index.json
run: dotnet nuget push "./nupkg/*.nupkg" --api-key ${{secrets.NUGET_API_KEY}} --source https://api.nuget.org/v3/index.json --skip-duplicate

0 comments on commit 1a98b62

Please sign in to comment.