fix release.yml github token spelling

This commit is contained in:
Will Chen
2025-04-11 10:56:39 -07:00
parent a1690e0315
commit 472f7883f1

View File

@@ -28,5 +28,5 @@ jobs:
- run: npm ci
- name: Publish app
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npm run publish