2 Commits

Author SHA1 Message Date
169d9ec4db chore(version): bump to 0.4.1
All checks were successful
Auto Changelog & Release / release (push) Successful in 7s
2025-06-29 14:11:17 +02:00
cbcd5e2ab7 fix(action): standardize input key naming
- Update input key from `allow-non-main-release` to `allow_non_main_release`
- Ensure consistency with environment variable naming convention
2025-06-29 14:11:17 +02:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1 +1 @@
0.4.0
0.4.1

View File

@@ -14,7 +14,7 @@ inputs:
description: "Commit-Autore-Mail"
required: false
default: ""
allow-non-main-release:
allow_non_main_release:
description: "Allow publishing releases from branches other than 'main'."
required: false
default: "false"
@@ -29,7 +29,7 @@ runs:
GITHUB_EVENT_BEFORE: ${{ github.event.before || '' }}
GITHUB_SHA: ${{ github.sha || '' }}
GITHUB_REF: ${{ github.ref || '' }}
ALLOW_NON_MAIN_RELEASE: ${{ inputs.allow-non-main-release }}
ALLOW_NON_MAIN_RELEASE: ${{ inputs.allow_non_main_release }}
run: |
${{ github.action_path }}/scripts/detect-version-change.sh