Skip to content

Commit db7dc84

Browse files
authored
Merge pull request #5 from isnandar1471/feature/initial-release
fix(workflow): Fix VSCE_PAT
2 parents 64b1ab2 + 0387d31 commit db7dc84

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
@@ -56,7 +56,7 @@ jobs:
5656
run: npx vsce package
5757

5858
- name: Publish to VS Code Marketplace
59-
run: npx vsce publish --pat ${{ secrets.VSCE_TOKEN }}
59+
run: npx vsce publish --pat ${{ secrets.VSCE_PAT }}
6060

6161
- name: Get .vsix filename
6262
id: vsix

0 commit comments

Comments
 (0)