diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 801b5aa..d6d14f8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,9 +40,6 @@ jobs: with: node-version: '22' - run: npm ci - - - name: Sync package.json version - run: npm --no-git-tag-version version ${{ needs.create-tag.outputs.new_version }} - run: npm run build