Skip to content

Commit

Permalink
chore: add missing commit flags
Browse files Browse the repository at this point in the history
  • Loading branch information
PHILLIPS71 committed Apr 13, 2024
1 parent 4715f3d commit 41daf7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ runs:
shell: bash
run: |
git checkout -b release/${{ steps.version.outputs.version }}
git commit -m 'chore(release): ${{ steps.version.outputs.version }}'
git commit -anm 'chore(release): ${{ steps.version.outputs.version }}'
git tag ${{ steps.version.outputs.version }}
git push origin release/${{ steps.version.outputs.version }} --tags --force
Expand Down

0 comments on commit 41daf7b

Please sign in to comment.