Skip to content

Commit

Permalink
Dont add nuget url as a source in release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
dinc5150 committed Apr 15, 2021
1 parent c293c28 commit a38ff98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
run: msbuild
working-directory: MetaMomentum/

- name: Nuget Add Source
run: nuget sources Add -Name "nuget" -Source https://api.nuget.org/v3/index.json
#- name: Nuget Add Source
# run: nuget sources Add -Name "nuget" -Source https://api.nuget.org/v3/index.json

- name: Nuget SetAPIKey
run: nuget setapikey ${{ secrets.NUGETAPI }} -Source "nuget"
Expand Down

0 comments on commit a38ff98

Please sign in to comment.