Skip to content

Commit 9cb839e

Browse files
authored
Beta releases do not bump version (#558)
1 parent 758f00e commit 9cb839e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prepare_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: |
4242
git switch -c "release/${RELEASE_VERSION}"
4343
npm version --allow-same-version --no-git-tag-version "${RELEASE_VERSION}"
44-
git commit -a -m "Bump version to ${RELEASE_VERSION}"
44+
git commit --allow-empty -a -m "Bump version to ${RELEASE_VERSION}"
4545
git push -f --set-upstream origin "release/${RELEASE_VERSION}"
4646
env:
4747
RELEASE_VERSION: ${{ github.event.inputs.version }}

0 commit comments

Comments
 (0)