We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24a49cd commit 34fb7a6Copy full SHA for 34fb7a6
1 file changed
.github/workflows/ci.yml
@@ -36,8 +36,7 @@ jobs:
36
with:
37
commit: "chore: update versions"
38
title: Update versions
39
- publish: echo "Requires publishing"
40
- #publish: npx changeset publish
+ publish: npx changeset publish
41
env:
42
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
43
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
@@ -52,7 +51,6 @@ jobs:
52
51
await metadata({ github, context, core })
53
- name: Publish VSCode extension
54
if: steps.metadata.outputs['publish'] == 'true'
55
- run: echo "Requires publishing"
56
- #run: npx vsce publish -- -p $VSCODE_MARKETPLACE_TOKEN
+ run: npx vsce publish -- -p $VSCODE_MARKETPLACE_TOKEN
57
58
VSCODE_MARKETPLACE_TOKEN: ${{secrets.VSCODE_MARKETPLACE_TOKEN}}
0 commit comments