Skip to content

Commit

Permalink
fix: change command order
Browse files Browse the repository at this point in the history
  • Loading branch information
jtalborough committed Nov 23, 2021
1 parent 32b7ac4 commit 7f3cd46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/EssentialsPlugins-BetaBuilds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -256,10 +256,10 @@ jobs:
echo "NUSPEC_FILE=$($nuspec_file.BaseName)"| Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
- name: Add nuget.exe
uses: nuget/setup-nuget@v1
- name: Add nuget.org API Key
run: nuget setApiKey ${{ secrets.NUGET_API_KEY }}
- 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 }}
- 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 ${{ env.VERSION }}
- name: Publish nuget package to Github registry
Expand Down

0 comments on commit 7f3cd46

Please sign in to comment.