Skip to content

Commit c9aed1e

Browse files
committed
build: fix publish action
1 parent ac29cf4 commit c9aed1e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/vscode-extension.yml

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
- run: npx vsce package -o packages
1919
- run: npx vsce publish --packagePath packages/*.vsix
2020
if: success() && startsWith(github.ref, 'refs/tags/')
21+
env:
22+
VSCE_PAT: ${{ secrets.VSCE_PAT }}
2123
- uses: fnkr/github-action-ghr@v1
2224
if: success() && startsWith(github.ref, 'refs/tags/')
2325
env:

0 commit comments

Comments
 (0)