Skip to content

Commit

Permalink
uncommented vsce publish
Browse files Browse the repository at this point in the history
  • Loading branch information
mohsenari committed Oct 3, 2024
1 parent 8914abe commit ea3d491
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/vscode-ext-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
npm install -g ovsx
yarn install
working-directory: vscode-extension
# - name: publish-vs
# run: |
# vsce publish -p ${{ secrets.VS_MARKETPLACE_TOKEN }} --yarn --skip-duplicate
# working-directory: vscode-extension
- name: publish-vs
run: |
vsce publish -p ${{ secrets.VS_MARKETPLACE_TOKEN }} --yarn --skip-duplicate
working-directory: vscode-extension
- name: publish-ovsx
run: |
sed -i 's/"publisher": "jetpack-io"/"publisher": "Jetify"/g' package.json
Expand Down

0 comments on commit ea3d491

Please sign in to comment.