Skip to content

Commit 03b69f9

Browse files
committed
fix: publish
1 parent d41e8e7 commit 03b69f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
run: npm ci --cache ../.npm --prefer-offline
2323

2424
- name: Publish to VSCode Extension Marketplace
25-
run: npx vsce publish -p ${PUBLISHER_TOKEN}
25+
run: npx vsce publish -p ${{ secrets.VSCE_PAT }}
2626
env:
27-
PUBLISHER_TOKEN: ${{ secrets.VSCE_PAT }}
27+
VSCE_PAT: ${{ secrets.VSCE_PAT }}

0 commit comments

Comments
 (0)