We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 758f00e commit 9cb839eCopy full SHA for 9cb839e
.github/workflows/prepare_release.yml
@@ -41,7 +41,7 @@ jobs:
41
run: |
42
git switch -c "release/${RELEASE_VERSION}"
43
npm version --allow-same-version --no-git-tag-version "${RELEASE_VERSION}"
44
- git commit -a -m "Bump version to ${RELEASE_VERSION}"
+ git commit --allow-empty -a -m "Bump version to ${RELEASE_VERSION}"
45
git push -f --set-upstream origin "release/${RELEASE_VERSION}"
46
env:
47
RELEASE_VERSION: ${{ github.event.inputs.version }}
0 commit comments