fix: fix post-release commit (#34)

This commit is contained in:
Ben Burns
2025-03-22 17:15:22 +13:00
committed by GitHub
parent 7828c19fd8
commit 6eb9d6cf7a
+1 -1
View File
@@ -86,7 +86,7 @@ jobs:
if: github.event_name == 'workflow_dispatch'
run: |
NEW_VERSION=$(node -p "require('./package.json').version")
git add package.json package-lock.json
git add package.json yarn.lock
git commit -m "chore: bump version to v${NEW_VERSION} [skip ci]"
git tag -a "v${NEW_VERSION}" -m "Release v${NEW_VERSION}"
git push origin main