Skip to content

Commit c4bcb65

Browse files
committed
add commit signing
1 parent c50fed7 commit c4bcb65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create_release_branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
jq --arg version "${{ github.event.inputs.version }}" '.mongodbOperator=$version' release.json > tmp_release.json
8181
mv tmp_release.json release.json
8282
git add release.json
83-
git commit -m "Update release.json with version ${{ github.event.inputs.version }}"
83+
git commit -S -m "Update release.json with version ${{ github.event.inputs.version }}"
8484
git push origin ${{ github.event.inputs.branch_name }}
8585
env:
8686
GH_TOKEN: ${{ steps.app-token.outputs.token }}

0 commit comments

Comments
 (0)