diff --git a/.github/workflows/release-python.yml b/.github/workflows/release-python.yml index 88cffcda53..bcf37d1a22 100644 --- a/.github/workflows/release-python.yml +++ b/.github/workflows/release-python.yml @@ -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' }}