Skip to content

Commit fb4abaa

Browse files
committed
chore: fix vsce
1 parent 134234e commit fb4abaa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

+2
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,8 @@ jobs:
117117
- name: Release to vsce
118118
if: startsWith(github.ref, 'refs/tags/')
119119
run: vsce publish
120+
env:
121+
VSCE_PAT: ${{ secrets.VSCE_PAT }}
120122

121123
- name: Release to openvsix
122124
if: startsWith(github.ref, 'refs/tags/')

0 commit comments

Comments
 (0)