Skip to content

Commit

Permalink
Added dynamic removing of remote ssh dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mohsenari committed Aug 11, 2023
1 parent 9930580 commit 0d7ced3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/vscode-ext-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
node-version: 16
- name: Install dependencies
run: |
apt install jq
npm install -g yarn
npm install -g vsce
npm install -g ovsx
Expand All @@ -29,5 +30,8 @@ jobs:
working-directory: vscode-extension
- name: publish-ovsx
run: |
mv package.json package-temp.json
jq 'del(.extensionDependencies[0])' package-temp.json > package.json
rm package-temp.json
ovsx publish --pat ${{ secrets.OVSX_MARKETPLACE_TOKEN }} --yarn --skip-duplicate
working-directory: vscode-extension

0 comments on commit 0d7ced3

Please sign in to comment.