We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a481736 commit 5342d2cCopy full SHA for 5342d2c
.github/workflows/release-python.yml
@@ -120,7 +120,7 @@ jobs:
120
- uses: mongodb-labs/drivers-github-tools/python-labs/post-publish@v2
121
with:
122
following_version: ${{ env.FOLLOWING_VERSION }}
123
- version_bump_script: ./../../.github/scripts/bump-version.sh
+ version_bump_script: "bash ./../../.github/scripts/bump-version.sh"
124
product_name: ${{ env.PRODUCT_NAME }}
125
token: ${{ github.token }}
126
dry_run: ${{ env.DRY_RUN }}
0 commit comments