diff --git a/.github/workflows/essentialsplugins-betabuilds-v2.yml b/.github/workflows/essentialsplugins-betabuilds-v2.yml index c1b031c..6c56f85 100644 --- a/.github/workflows/essentialsplugins-betabuilds-v2.yml +++ b/.github/workflows/essentialsplugins-betabuilds-v2.yml @@ -247,8 +247,8 @@ jobs: - name: Add Github Packages source run: nuget sources add -name github -source https://nuget.pkg.github.com/pepperdash/index.json -username Pepperdash -password ${{ secrets.GITHUB_TOKEN }} # Pushes to nuget, not needed unless publishing publicly - #- name: Add nuget.org API Key - # run: nuget setApiKey ${{ secrets.NUGET_API_KEY }} + - name: Add nuget.org API Key + run: nuget setApiKey ${{ secrets.NUGET_API_KEY }} - name: Create nuget package run: nuget pack "./${{ env.NUSPEC_FILE}}.nuspec" -version ${{ needs.Build_Project.outputs.version }} - name: Publish nuget package to Github registry