Skip to content

Commit 235790b

Browse files
authored
Merge pull request #24 from VariableThe/fix-release-sync-step
CI: Remove redundant npm version sync step
2 parents 8da45c3 + 6b4a79e commit 235790b

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@ jobs:
4040
with:
4141
node-version: '22'
4242
- run: npm ci
43-
44-
- name: Sync package.json version
45-
run: npm --no-git-tag-version version ${{ needs.create-tag.outputs.new_version }}
4643

4744
- run: npm run build
4845

0 commit comments

Comments
 (0)