We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4567f88 commit dc29938Copy full SHA for dc29938
.github/workflows/release-python.yml
@@ -23,7 +23,7 @@ env:
23
SILK_ASSET_GROUP: mongodb-python-driver
24
EVERGREEN_PROJECT: mongo-python-driver
25
# Constant
26
- DRY_RUN: ${{ inputs.dry_run || 'true' }}
+ DRY_RUN: ${{ inputs.dry_run == 'true' }}
27
FOLLOWING_VERSION: ${{ inputs.following_version || '' }}
28
VERSION: ${{ inputs.version || '10.10.10.10' }}
29
0 commit comments