2 Commits

Author SHA1 Message Date
b65e9ee542 fix(action): ensure fallback for release token input
Some checks failed
Auto Changelog & Release / release (push) Failing after 2s
- Adds a fallback to an empty string for the release token input
  to prevent potential issues when the input is undefined.
2025-06-14 18:45:34 +02:00
e73d1324b7 chore(workflows): update release step with descriptive name
- Adds a descriptive name to the release step for improved clarity
2025-06-14 18:45:28 +02:00
2 changed files with 3 additions and 2 deletions

View File

@@ -10,6 +10,7 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: https://git.0xmax42.io/actions/auto-changelog-release-action@978d002e9eb82247da53ddfb4fa2226527290919
- name: Release
uses: https://git.0xmax42.io/actions/auto-changelog-release-action@978d002e9eb82247da53ddfb4fa2226527290919
with:
fetch-depth: 0

View File

@@ -51,5 +51,5 @@ runs:
if: steps.detect.outputs.version_changed == 'true' && github.ref == 'refs/heads/main'
shell: bash
env:
RELEASE_PUBLISH_TOKEN: ${{ inputs.token }}
RELEASE_PUBLISH_TOKEN: ${{ inputs.token || '' }}
run: bash ${{ github.action_path }}/scripts/release-from-version.sh