Skip to content

Commit

Permalink
Fix token of gh release upload (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
int128 authored Aug 12, 2022
1 parent c2480fb commit b60e709
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,5 @@ jobs:
path: build.zip
- if: github.ref_type == 'tag'
run: gh release upload "${{ github.ref_name }}" build.zip
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit b60e709

Please sign in to comment.