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 8503658 commit 1f21242Copy full SHA for 1f21242
1 file changed
.github/workflows/thunderstore-publish.yml
@@ -30,6 +30,8 @@ jobs:
30
run: dotnet nuget add source --username ${{ github.actor }} --password ${{ github.token }} --name github "https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json" --store-password-in-clear-text
31
- id: build
32
name: Build and publish
33
+ env:
34
+ TCLI_AUTH_TOKEN: ${{ secrets.TCLI_AUTH_TOKEN }}
35
run: |
36
dotnet build -c Release -target:PublishTS
37
FILE=$(find ${{ github.workspace }}/artifacts/thunderstore -type f -name "*.zip" | head -n 1)
0 commit comments