Skip to content

Commit

Permalink
Fix: incorrect secret
Browse files Browse the repository at this point in the history
  • Loading branch information
BrammyS committed Jul 20, 2021
1 parent a023b9c commit d3ce706
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,4 @@ jobs:
run: dotnet pack --configuration Release /p:Version=${VERSION} --no-build --output .
- name: Push Color-Chan.Discord
#run: dotnet nuget push Color-Chan.Discord.${VERSION}.nupkg --api-key ${{ secrets.PAT }} --source "github"
run: dotnet nuget push Color-Chan.Discord.${VERSION}.nupkg --source https://nuget.pkg.github.com/brammys/index.json --api-key ${PAT}
env:
GITHUB_TOKEN: ${{ secrets.PAT }}
run: dotnet nuget push Color-Chan.Discord.${VERSION}.nupkg --source https://nuget.pkg.github.com/brammys/index.json --api-key ${{ secrets.PAT }}

0 comments on commit d3ce706

Please sign in to comment.