Skip to content

Commit 34fb7a6

Browse files
committed
ci: publish the npm package and vscode extension
1 parent 24a49cd commit 34fb7a6

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ jobs:
3636
with:
3737
commit: "chore: update versions"
3838
title: Update versions
39-
publish: echo "Requires publishing"
40-
#publish: npx changeset publish
39+
publish: npx changeset publish
4140
env:
4241
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4342
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
@@ -52,7 +51,6 @@ jobs:
5251
await metadata({ github, context, core })
5352
- name: Publish VSCode extension
5453
if: steps.metadata.outputs['publish'] == 'true'
55-
run: echo "Requires publishing"
56-
#run: npx vsce publish -- -p $VSCODE_MARKETPLACE_TOKEN
54+
run: npx vsce publish -- -p $VSCODE_MARKETPLACE_TOKEN
5755
env:
5856
VSCODE_MARKETPLACE_TOKEN: ${{secrets.VSCODE_MARKETPLACE_TOKEN}}

0 commit comments

Comments
 (0)