Skip to content

Commit

Permalink
ci(release.yml): fix release commit command
Browse files Browse the repository at this point in the history
  • Loading branch information
aleaf committed Oct 18, 2024
1 parent 40e9f28 commit c4fe97e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
git config core.sharedRepository true
git config user.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com"
git commit -m --allow-empty "ci(release): Version ${{ steps.get_version.outputs.version }}"
git commit --allow-empty -m "ci(release): Version ${{ steps.get_version.outputs.version }}"
git push origin "${{ github.ref_name }}"
pr:
Expand Down

0 comments on commit c4fe97e

Please sign in to comment.