From 3d82877e88a2c5c47550574a1e11672257e4d3af Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Fri, 19 Sep 2025 06:51:55 -0500 Subject: [PATCH 1/2] fix version bump --- bump-version/action.yml | 2 +- python/post-publish/action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bump-version/action.yml b/bump-version/action.yml index d069443..341824d 100644 --- a/bump-version/action.yml +++ b/bump-version/action.yml @@ -38,7 +38,7 @@ runs: - name: Commit the version bump uses: mongodb-labs/drivers-github-tools/git-sign@v3 with: - command: git commit -a -m \"${{ env.COMMIT_MESSAGE }}\" -s --gpg-sign=${{ env.GPG_KEY_ID }} + command: git commit -a -m "${{ env.COMMIT_MESSAGE }}" -s --gpg-sign=${{ env.GPG_KEY_ID }} ecr_repository: ${{ inputs.ecr_repository }} - name: Push the commit to the source branch shell: bash -eux {0} diff --git a/python/post-publish/action.yml b/python/post-publish/action.yml index 126f188..c4a1137 100644 --- a/python/post-publish/action.yml +++ b/python/post-publish/action.yml @@ -116,7 +116,7 @@ runs: git clean -dffx git pull origin ${GITHUB_REF} - name: Set following version - uses: mongodb-labs/drivers-github-tools/bump-version@v3 + uses: mongodb-labs/drivers-github-tools/bump-version@PYTHON-3152-python-fix if: inputs.dry_run == 'false' with: version: ${{ steps.publish-script.outputs.following_version }} From 6add510f59778391ddcaabc5d9dc162e34a8e7c4 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Fri, 19 Sep 2025 06:57:19 -0500 Subject: [PATCH 2/2] back to v3 --- python/post-publish/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/post-publish/action.yml b/python/post-publish/action.yml index c4a1137..126f188 100644 --- a/python/post-publish/action.yml +++ b/python/post-publish/action.yml @@ -116,7 +116,7 @@ runs: git clean -dffx git pull origin ${GITHUB_REF} - name: Set following version - uses: mongodb-labs/drivers-github-tools/bump-version@PYTHON-3152-python-fix + uses: mongodb-labs/drivers-github-tools/bump-version@v3 if: inputs.dry_run == 'false' with: version: ${{ steps.publish-script.outputs.following_version }}