From f1a2e703183afe508cf46125289bff8ed8d85895 Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Mon, 2 Feb 2026 19:20:08 +0100 Subject: [PATCH] fix: default create release at production too --- .forgejo/workflows/typo3-staged-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/typo3-staged-deploy.yaml b/.forgejo/workflows/typo3-staged-deploy.yaml index 7da0481..bed5f3e 100644 --- a/.forgejo/workflows/typo3-staged-deploy.yaml +++ b/.forgejo/workflows/typo3-staged-deploy.yaml @@ -60,7 +60,7 @@ on: description: 'Also deploy to production after stage succeeds' required: false type: boolean - default: false + default: true secrets: stage_key: description: 'SSH key for staging'