Skip to content

Commit

Permalink
[CI] Deploy CI
Browse files Browse the repository at this point in the history
Signed-off-by: cloudforet-admin <[email protected]>
  • Loading branch information
admin-cloudforet committed Dec 12, 2024
1 parent 063f1d9 commit e435d2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dispatch_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
if: steps.check_changes.outputs.changed == 'true'
id: get_sha
run: |
git commit -am "chore: version ${{ env.VERSION }}"
git commit -s -am "chore: version ${{ env.VERSION }}"
echo "NEW_COMMIT_SHA=$(git rev-parse HEAD)" >> "$GITHUB_OUTPUT"
env:
GIT_AUTHOR_NAME: ${{ steps.import-gpg.outputs.name }}
Expand Down

0 comments on commit e435d2a

Please sign in to comment.