Skip to content

Commit

Permalink
Drop update version in package.json from release action
Browse files Browse the repository at this point in the history
This is done as part of the pre-release procedure
  • Loading branch information
davelopez committed Jul 6, 2024
1 parent bea84e6 commit 5217265
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,13 +109,6 @@ jobs:
with:
node-version: 21

- name: Update version in package.json
uses: onlyutkarsh/[email protected]
with:
files: "${{github.workspace}}/client/package.json"
patch-syntax: |
= /version => "${{needs.prepare_release.outputs.release_version}}"
- name: Publish to Visual Studio Marketplace
uses: HaaLeo/publish-vscode-extension@v1
with:
Expand Down

0 comments on commit 5217265

Please sign in to comment.