Skip to content

Commit 472f788

Browse files
committed
fix release.yml github token spelling
1 parent a1690e0 commit 472f788

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
@@ -28,5 +28,5 @@ jobs:
2828
- run: npm ci
2929
- name: Publish app
3030
env:
31-
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
31+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3232
run: npm run publish

0 commit comments

Comments
 (0)