Skip to content

Commit

Permalink
PYTHON-5047 Fix dry run logic in releases (#2083)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 authored Jan 28, 2025
1 parent 4567f88 commit dc29938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ env:
SILK_ASSET_GROUP: mongodb-python-driver
EVERGREEN_PROJECT: mongo-python-driver
# Constant
DRY_RUN: ${{ inputs.dry_run || 'true' }}
DRY_RUN: ${{ inputs.dry_run == 'true' }}
FOLLOWING_VERSION: ${{ inputs.following_version || '' }}
VERSION: ${{ inputs.version || '10.10.10.10' }}

Expand Down

0 comments on commit dc29938

Please sign in to comment.