Skip to content

Commit

Permalink
chore: fix vscode-extension deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
luifr10 committed Jul 8, 2024
1 parent 5687c95 commit ce6c27a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/uuv-github-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ jobs:
if: github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
environment: vscode
needs: [ release ]
needs: [ release, publish-npm ]
steps:
- uses: actions/checkout@v4
- name: Cache node modules
Expand All @@ -410,7 +410,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{env.NODE_VERSION}}
- run: npm ci
- run: npm install
- name: Publishing VsCode Extension
env:
VSCE_PAT: ${{ secrets.VSCE_PAT }}
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"@cucumber/gherkin": "^28.0.0",
"@cucumber/messages": "^25.0.1",
"@types/node-ipc": "^9.2.3",
"@uuv/runner-commons": "2.17.0",
"@uuv/runner-commons": "2.18.1",
"node-ipc": "^11.1.0"
}
}

0 comments on commit ce6c27a

Please sign in to comment.