Skip to content

Commit 586be6f

Browse files
committed
correctly place --allow-empty before -am in the release script
1 parent 90ea01a commit 586be6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/initiate_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
git config --global user.name 'github-actions'
3232
git config --global user.email '[email protected]'
3333
git checkout -q -b "release-$VERSION"
34-
git commit -am "chore(release): $VERSION --allow-empty"
34+
git commit --allow-empty -am "chore(release): $VERSION"
3535
git push -q -u origin "release-$VERSION"
3636
- name: Open pull request
3737
env:

0 commit comments

Comments
 (0)