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 3a8da2c commit ecd9859Copy full SHA for ecd9859
.github/workflows/vscode-ext-release.yaml
@@ -23,10 +23,10 @@ jobs:
23
npm install -g ovsx
24
yarn install
25
working-directory: vscode-extension
26
- # - name: publish-vs
27
- # run: |
28
- # vsce publish -p ${{ secrets.VS_MARKETPLACE_TOKEN }} --yarn --skip-duplicate
29
- # working-directory: vscode-extension
+ - name: publish-vs
+ run: |
+ vsce publish -p ${{ secrets.VS_MARKETPLACE_TOKEN }} --yarn --skip-duplicate
+ working-directory: vscode-extension
30
- name: publish-ovsx
31
run: |
32
sed -i 's/"publisher": "jetpack-io"/"publisher": "Jetify"/g' package.json
0 commit comments