Skip to content

Commit

Permalink
Repairing nuget push
Browse files Browse the repository at this point in the history
  • Loading branch information
jakenuts committed Dec 13, 2023
1 parent 725106c commit db24f52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ jobs:
- name: Package
run: dotnet pack ${{ env.PROJECT }} --no-build -c ${{ env.CONFIG }} --output ./publish
- name: Publish
run: dotnet nuget push ./publish/*.nupkg --api-key ${{secrets.GITHUB_TOKEN}} --source "github"
run: dotnet nuget push ./publish/*.nupkg --api-key ${{secrets.GITHUB_TOKEN}} --skip-duplicate


0 comments on commit db24f52

Please sign in to comment.