Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
Bump versions on CD job
  • Loading branch information
mariuspopovici authored Sep 30, 2024
1 parent 03a4172 commit f6653d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
git config user.email "<>"
- name: Setup node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: 18

Expand All @@ -41,7 +41,7 @@ jobs:
- name: Build VSIX package
run: npm run build -- -o vscode-starlims.v${{ steps.calculateVersion.outputs.AppVersion }}.vsix

- uses: lannonbr/vsce-action@3.0.0
- uses: lannonbr/vsce-action@4.0.0
name: Publish extension package
with:
args: "publish -p $VSCODE_MARKETPLACE_TOKEN"
Expand Down

0 comments on commit f6653d8

Please sign in to comment.