Skip to content

Commit

Permalink
chore: Update dotnet nuget push command to skip duplicate packages (#148
Browse files Browse the repository at this point in the history
)
  • Loading branch information
ondfisk authored Jun 5, 2024
1 parent d553500 commit 2422b33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ jobs:
name: lib

- name: Push package to GitHub packages
run: dotnet nuget push "**/*.nupkg" --source "https://nuget.pkg.github.com/$GITHUB_REPOSITORY_OWNER/index.json" --api-key ${{ secrets.GITHUB_TOKEN }}
run: dotnet nuget push "**/*.nupkg" --source "https://nuget.pkg.github.com/$GITHUB_REPOSITORY_OWNER/index.json" --api-key ${{ secrets.GITHUB_TOKEN }} --skip-duplicate

0 comments on commit 2422b33

Please sign in to comment.