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 90ea01a commit 586be6fCopy full SHA for 586be6f
.github/workflows/initiate_release.yml
@@ -31,7 +31,7 @@ jobs:
31
git config --global user.name 'github-actions'
32
git config --global user.email '[email protected]'
33
git checkout -q -b "release-$VERSION"
34
- git commit -am "chore(release): $VERSION --allow-empty"
+ git commit --allow-empty -am "chore(release): $VERSION"
35
git push -q -u origin "release-$VERSION"
36
- name: Open pull request
37
env:
0 commit comments