diff --git a/.github/workflows/beta-release.yml b/.github/workflows/beta-release.yml index 16419eef7..01e5d098b 100644 --- a/.github/workflows/beta-release.yml +++ b/.github/workflows/beta-release.yml @@ -12,10 +12,10 @@ on: required: true type: string dry_run: - description: "If true, the release will be a dry run without pushing changes" + description: "If true, the docker image will not be pushed to registries. PR will still be created." required: false type: boolean - default: true + default: false permissions: contents: write