Skip to content

Commit 5342d2c

Browse files
authored
INTPYTHON-592 Fix invocation of version bump script in release process (#302)
1 parent a481736 commit 5342d2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
- uses: mongodb-labs/drivers-github-tools/python-labs/post-publish@v2
121121
with:
122122
following_version: ${{ env.FOLLOWING_VERSION }}
123-
version_bump_script: ./../../.github/scripts/bump-version.sh
123+
version_bump_script: "bash ./../../.github/scripts/bump-version.sh"
124124
product_name: ${{ env.PRODUCT_NAME }}
125125
token: ${{ github.token }}
126126
dry_run: ${{ env.DRY_RUN }}

0 commit comments

Comments
 (0)