Skip to content

Commit 0cd925f

Browse files
committed
new release CI
1 parent 10b4d64 commit 0cd925f

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/release.yml

+6-5
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,12 @@ jobs:
3131
- name: Semantic Release
3232
run: npx semantic-release
3333
env:
34+
VSCE_PAT: ${{ secrets.VSCE_TOKEN }}
3435
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3536
working-directory: vscode-extension
3637

37-
# - name: Publish extension
38-
# run: npx vcse package && npx vcse publish
39-
# env:
40-
# VSCE_PAT: ${{ secrets.VSCE_TOKEN }}
41-
# working-directory: vscode-extension
38+
- name: Publish extension
39+
run: npx vcse package && npx vcse publish
40+
env:
41+
VSCE_PAT: ${{ secrets.VSCE_TOKEN }}
42+
working-directory: vscode-extension

0 commit comments

Comments
 (0)