PYTHON-5047 Fix dry run logic in releases (#2083)

This commit is contained in:
Steven Silvester 2025-01-28 09:27:09 -06:00 committed by GitHub
parent 4567f8875e
commit dc2993835e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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