Skip to content

Commit

Permalink
fix nuget push returning error
Browse files Browse the repository at this point in the history
  • Loading branch information
egil committed Feb 22, 2022
1 parent a30c56f commit 460f420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
- name: 🛠️ Upload library to NuGet.org repository
run: |
dotnet nuget push ${GITHUB_WORKSPACE}/packages/*.nupkg -k ${{ secrets.NUGET_KEY }} -s https://api.nuget.org/v3/index.json --skip-duplicate
dotnet nuget push ${GITHUB_WORKSPACE}/packages/*.nupkg -k ${{ secrets.NUGET_KEY }} -s https://api.nuget.org/v3/index.json --skip-duplicate --no-symbols
- name: ⏩ Push stable branch
run: git push origin stable
Expand Down

0 comments on commit 460f420

Please sign in to comment.