We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac29cf4 commit c9aed1eCopy full SHA for c9aed1e
.github/workflows/vscode-extension.yml
@@ -18,6 +18,8 @@ jobs:
18
- run: npx vsce package -o packages
19
- run: npx vsce publish --packagePath packages/*.vsix
20
if: success() && startsWith(github.ref, 'refs/tags/')
21
+ env:
22
+ VSCE_PAT: ${{ secrets.VSCE_PAT }}
23
- uses: fnkr/github-action-ghr@v1
24
25
env:
0 commit comments