Skip to content

Commit 0e9d300

Browse files
authored
DRIVERS-3232 Fix version bump (#93)
1 parent 98d0577 commit 0e9d300

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bump-version/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ runs:
3838
- name: Commit the version bump
3939
uses: mongodb-labs/drivers-github-tools/git-sign@v3
4040
with:
41-
command: git commit -a -m \"${{ env.COMMIT_MESSAGE }}\" -s --gpg-sign=${{ env.GPG_KEY_ID }}
41+
command: git commit -a -m "${{ env.COMMIT_MESSAGE }}" -s --gpg-sign=${{ env.GPG_KEY_ID }}
4242
ecr_repository: ${{ inputs.ecr_repository }}
4343
- name: Push the commit to the source branch
4444
shell: bash -eux {0}

0 commit comments

Comments
 (0)