diff --git a/.github/workflows/release-branch.yml b/.github/workflows/release-branch.yml index 4d279ce2211..95d22927f8c 100644 --- a/.github/workflows/release-branch.yml +++ b/.github/workflows/release-branch.yml @@ -10,10 +10,6 @@ on: options: - RC - Hotfix - rc_prefix_date: - description: 'RC - Prefix with date. E.g. 2024.11-rc1' - type: boolean - default: true jobs: create-release-branch: @@ -30,7 +26,7 @@ jobs: - name: Create RC Branch if: inputs.release_type == 'RC' env: - RC_PREFIX_DATE: ${{ inputs.rc_prefix_date }} + RC_PREFIX_DATE: "true" # replace with input if needed run: | if [ "$RC_PREFIX_DATE" = "true" ]; then current_date=$(date +'%Y.%m')