Skip to content

Commit

Permalink
Add source back into nuget push
Browse files Browse the repository at this point in the history
  • Loading branch information
dinc5150 committed Apr 15, 2021
1 parent 0303685 commit 990a741
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 @@ -53,7 +53,7 @@ jobs:

- 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 990a741

Please sign in to comment.