Skip to content

Commit

Permalink
replace restackio/update-json-file-action with npm version in gh work…
Browse files Browse the repository at this point in the history
…flow
  • Loading branch information
danielchristianschroeter committed Oct 15, 2024
1 parent 2db36ab commit 1be60f7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,8 @@ jobs:
run: npm ci

- name: Update package.json version
uses: restackio/[email protected]
with:
file: package.json
fields: '{"version": "${{ steps.version_step.outputs.version }}"}'
run: |
npm version --no-git-tag-version ${{ steps.version_step.outputs.version }}
- name: Package VSCode extension
run: |
Expand Down

0 comments on commit 1be60f7

Please sign in to comment.