Skip to content

Commit be3c9d6

Browse files
committed
fix: add token to action
1 parent f048272 commit be3c9d6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,9 @@ jobs:
1414
run: |
1515
./package.sh
1616
- name: Release
17-
env:
18-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1917
uses: softprops/action-gh-release@v2
2018
if: github.ref_type == 'tag'
2119
with:
20+
token: ${{ secrets.GITHUB_TOKEN }}
2221
files: |
2322
build/*

0 commit comments

Comments
 (0)