Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cosh authored Mar 14, 2023
1 parent 9bf77a8 commit d192026
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 @@ -32,7 +32,7 @@ jobs:
- name: Push package to github
run: dotnet nuget push Fallen-8.${VERSION}.nupkg --source https://nuget.pkg.github.com/cosh/index.json --api-key ${PAT}
env:
GITHUB_TOKEN: ${{ secrets.PAT }}
PAT: ${{ secrets.PAT }}
- name: Push package to nuget
run: dotnet nuget push Fallen-8.${VERSION}.nupkg --source https://api.nuget.org/v3/index.json --api-key ${NUGET_TOKEN}
env:
Expand Down

0 comments on commit d192026

Please sign in to comment.