fix release.yml github token spelling
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -28,5 +28,5 @@ jobs:
|
|||||||
- run: npm ci
|
- run: npm ci
|
||||||
- name: Publish app
|
- name: Publish app
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
run: npm run publish
|
run: npm run publish
|
||||||
|
|||||||
Reference in New Issue
Block a user