Skip to content

Commit

Permalink
Update create_release_commit.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreQuebriac authored Oct 12, 2023
1 parent 1167eb5 commit f08525f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_release_commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}"
git config --global user.email "username@users.noreply.github.com"
git commit --allow-empty -m "${{inputs.version_name}}"
git tag "${{inputs.version_name}}"
git tag "${{inputs.version_name}}" --sign
git push

0 comments on commit f08525f

Please sign in to comment.