Skip to content

Commit

Permalink
Merge pull request #24 from allegro/fix/publish-multiple-packages
Browse files Browse the repository at this point in the history
fix: multiple package publish fix
  • Loading branch information
ppiwow-apay authored Jun 29, 2023
2 parents 85fd2ae + a696dd1 commit 18059fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,4 @@ jobs:
- name: Sign package
run: dotnet nuget sign unsigned/*.nupkg --certificate-path cert.p12 --certificate-password ${{ secrets.nugetCertificatePassword }} --timestamper http://timestamp.digicert.com --output signed
- name: Push package
run: dotnet nuget push signed/*.nupkg --api-key ${{ secrets.nugetApiKey }} --source https://api.nuget.org/v3/index.json
run: dotnet nuget push signed/*.nupkg --api-key ${{ secrets.nugetApiKey }} --skip-duplicate --source https://api.nuget.org/v3/index.json

0 comments on commit 18059fe

Please sign in to comment.