Skip to content

Commit dc29938

Browse files
authored
PYTHON-5047 Fix dry run logic in releases (#2083)
1 parent 4567f88 commit dc29938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-python.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ env:
2323
SILK_ASSET_GROUP: mongodb-python-driver
2424
EVERGREEN_PROJECT: mongo-python-driver
2525
# Constant
26-
DRY_RUN: ${{ inputs.dry_run || 'true' }}
26+
DRY_RUN: ${{ inputs.dry_run == 'true' }}
2727
FOLLOWING_VERSION: ${{ inputs.following_version || '' }}
2828
VERSION: ${{ inputs.version || '10.10.10.10' }}
2929

0 commit comments

Comments
 (0)