Skip to content

Commit

Permalink
Migrating to .NET 8
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrocgsi committed Feb 10, 2024
1 parent a568b9f commit d330637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration-nuget.yaml
Expand Up @@ -52,5 +52,5 @@ jobs:
run: dotnet pack -c release -o ./dist/

- name: Publish Package
run: dotnet nuget push "./dist/*" -k ${{ secrets.NUGET_API_KEY }} -s "https://api.nuget.org/v3/index.json"
run: dotnet nuget push "./dist/*" -k ${{ secrets.NUGET_API_KEY }} -s "https://api.nuget.org/v3/index.json" --skip-duplicate

0 comments on commit d330637

Please sign in to comment.