Skip to content

Commit

Permalink
chore: Move env definition
Browse files Browse the repository at this point in the history
  • Loading branch information
Distractic authored Jan 20, 2024
1 parent f19678d commit 00edcce
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 @@ -50,6 +50,6 @@ jobs:
TCLI_AUTH_TOKEN: ${{ secrets.THUNDERSTORE_AUTH_TOKEN }}

- name: Upload artifact
run: gh release upload ${{ needs.release.outputs.tag_name }} build/*.zip
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: gh release upload ${{ needs.release.outputs.tag_name }} build/*.zip

0 comments on commit 00edcce

Please sign in to comment.