Skip to content

Commit

Permalink
Remove source from nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
dinc5150 committed Apr 15, 2021
1 parent a38ff98 commit 0303685
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 @@ -45,15 +45,15 @@ jobs:
# run: nuget sources Add -Name "nuget" -Source https://api.nuget.org/v3/index.json

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

- name: Nuget Pack
working-directory: MetaMomentum/
run: nuget pack

- name: Publish the package to GitHub packages
working-directory: MetaMomentum/
run: nuget push *.nupkg -source "nuget" -SkipDuplicate
run: nuget push *.nupkg #-source "nuget" -SkipDuplicate



0 comments on commit 0303685

Please sign in to comment.