Skip to content

Commit 28ffc8e

Browse files
authored
Update .github/workflows/release-python.yml
1 parent 59b0a8f commit 28ffc8e

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
@@ -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 || 'false' }}
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)