fix: default create release at production too

This commit is contained in:
Dominik Polakovics Polakovics 2026-02-02 19:20:08 +01:00
parent a51fd585a2
commit f1a2e70318

View file

@ -60,7 +60,7 @@ on:
description: 'Also deploy to production after stage succeeds' description: 'Also deploy to production after stage succeeds'
required: false required: false
type: boolean type: boolean
default: false default: true
secrets: secrets:
stage_key: stage_key:
description: 'SSH key for staging' description: 'SSH key for staging'