From abf14d3b4d4abccf8bf20c58ad8e957b3f8c4954 Mon Sep 17 00:00:00 2001 From: Marcel van der Veldt Date: Wed, 26 Nov 2025 20:38:49 +0100 Subject: [PATCH] multi-line for the important notes in release script --- .github/workflows/auto-release.yml | 1 - .github/workflows/release.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index 177f6b31..86a34908 100644 --- a/.github/workflows/auto-release.yml +++ b/.github/workflows/auto-release.yml @@ -23,7 +23,6 @@ on: important_notes: description: "Important notes (breaking changes, critical info, etc.)" required: false - type: string permissions: actions: write diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c7e33d17..e19275b5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,6 @@ on: important_notes: description: "Important notes (breaking changes, critical info, etc.)" required: false - type: string workflow_call: inputs: version: -- 2.34.1