Skip to content

Commit fd4e84e

Browse files
Copilotsensslen
andcommitted
Update package.json version during release workflow
Co-authored-by: sensslen <3428860+sensslen@users.noreply.github.com>
1 parent a3a0e87 commit fd4e84e

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ jobs:
3030
node-version: '20'
3131
cache: 'npm'
3232

33+
- name: Update package.json version
34+
run: |
35+
npm version ${{ steps.version.outputs.version }} --no-git-tag-version
36+
echo "Updated package.json to version ${{ steps.version.outputs.version }}"
37+
3338
- name: Install dependencies
3439
run: npm ci
3540

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)