Skip to content

Commit 8a080a3

Browse files
committed
Fix release.yml syntax error
1 parent 2a93044 commit 8a080a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ jobs:
4646
version: latest
4747
args: release --rm-dist
4848
env:
49-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }
49+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)