We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc140b3 commit 22c6caeCopy full SHA for 22c6cae
.github/workflows/ci.yaml
@@ -42,4 +42,4 @@ jobs:
42
if: github.ref == 'refs/heads/main' && success() # Publish only on successful builds of the main branch
43
env:
44
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
45
- run: cd Tool/BuildAutomationTool && dotnet nuget push ./artifacts/*.nupkg --source "https://nuget.pkg.github.com/LoveDuckie/index.json" --api-key ${{ secrets.GH_TOKEN }}
+ run: cd Tool/BuildAutomationTool && dotnet nuget push ./artifacts/*.nupkg --source "https://nuget.pkg.github.com/LoveDuckie/index.json" --api-key ${{ secrets.GITHUB_TOKEN }}
0 commit comments