Skip to content

Commit 186aa40

Browse files
committed
fixes tag publishing
1 parent 8bbbd94 commit 186aa40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- run: yarn lint
2121
- run: yarn run-script build-and-publish
2222
env:
23-
GH_TOKEN: ${{ secrets.GH_TOKEN }}
23+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2424
VSCE_PAT: ${{ secrets.MARKETPLACE_TOKEN }}
2525
GITHUB_RUN_NUMBER: ${{ github.run_number }}
2626
- name: Upload Artifacts

0 commit comments

Comments
 (0)