Skip to content

Commit

Permalink
Back to using nuget command - nuget 403 issues is with them
Browse files Browse the repository at this point in the history
  • Loading branch information
martinsmith1968 committed Aug 24, 2024
1 parent 96278a9 commit 508d5aa
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,4 @@ jobs:
path: ${{ env.NUGET_OUTPUT_FOLDER }}

- name: Publish
run: dotnet nuget push "**/*.nupkg" -k ${{ secrets.NUGET_API_KEY }} -s https://nuget.org
#
# - name: Publish
# run: nuget push "**/*.nupkg" -Source 'https://api.nuget.org/v3/index.json' -ApiKey
run: nuget push "**/*.nupkg" -Source 'https://api.nuget.org/v3/index.json'

0 comments on commit 508d5aa

Please sign in to comment.