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 e598f37 commit 3fefe97Copy full SHA for 3fefe97
.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"
+ git commit -am "chore(release): $VERSION --allow-empty"
35
git push -q -u origin "release-$VERSION"
36
- name: Open pull request
37
env:
0 commit comments