Skip to content

Commit

Permalink
Update essentialsplugins-releasebuilds.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-welker authored Feb 19, 2021
1 parent 848fb8a commit e7903b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/essentialsplugins-releasebuilds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ jobs:
- name: Create nuget package
run: nuget pack "./${{ env.NUSPEC_FILE}}.nuspec" -version ${{ needs.Build_Project.outputs.version }}
- name: Publish nuget package to Github registry
run: nuget push **/*.nupkg -source github
run: nuget push **/*.nupkg -source github --api-key ${{ secrets.GITHUB_TOKEN}}
# Pushes to nuget, not needed unless publishing publicly >> this pushes package to nuget.org
- name: Publish nuget package to nuget.org
run: nuget push **/*.nupkg -Source https://api.nuget.org/v3/index.json

0 comments on commit e7903b3

Please sign in to comment.