diff --git a/.github/workflows/release-pr.yml b/.github/workflows/release-pr.yml index 38bc338..d191efb 100644 --- a/.github/workflows/release-pr.yml +++ b/.github/workflows/release-pr.yml @@ -47,7 +47,7 @@ jobs: - name: tag current package version and push if: steps.check_commit.outputs.is_release == 'true' run: | - git tag -a v${{ steps.check_commit.outputs.version }} -m "v${{ steps.check_commit.outputs.version }}" + git tag v${{ steps.check_commit.outputs.version }} git push --tags bun install --frozen-lockfile bun run package