diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dc95277ae5..1a56ad0fa6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,9 +5,10 @@ on: workflow_dispatch: inputs: dry_run: - description: Whether this is a dry run or not ("false" to deploy) + description: Whether this is a dry run or not required: true - type: string + default: true + type: boolean env: SILK_ASSET_GROUP: mongoid