Skip to content

Commit

Permalink
ci: updated commit_new_version action to use semantic commit messag…
Browse files Browse the repository at this point in the history
…e style
  • Loading branch information
akopachov committed Feb 14, 2024
1 parent 743973e commit f3162cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-new-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- id: commit_new_version
uses: stefanzweifel/[email protected]
with:
commit_message: Updated version
commit_message: "chore: Updated version"
push_options: '--force'

create-release:
Expand Down

0 comments on commit f3162cd

Please sign in to comment.