Skip to content

Commit

Permalink
fix(ci): make push step idempotent (#1062)
Browse files Browse the repository at this point in the history
  • Loading branch information
fgreinacher committed Dec 5, 2023
1 parent 1433878 commit 66de103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
name: NuGet packages
path: packages
- name: Push packages
run: dotnet nuget push "packages/*.nupkg" --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
run: dotnet nuget push "packages/*.nupkg" --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate
- uses: dotnet/nbgv@v0.4.1
id: nbgv
- name: Create GitHub release
Expand Down

0 comments on commit 66de103

Please sign in to comment.