chore(workflows): update action version in release workflow
Some checks failed
Auto Changelog & Release / release (push) Failing after 1s

- Updates the action version from `main` to `v0` for better stability.
- Ensures consistent behavior during the release process.
This commit is contained in:
2025-06-14 19:01:30 +02:00
parent dc66401240
commit 9a0d65b8eb

View File

@@ -14,6 +14,6 @@ jobs:
with:
fetch-depth: 0
- name: Release
uses: https://git.0xmax42.io/actions/auto-changelog-release-action@main
uses: https://git.0xmax42.io/actions/auto-changelog-release-action@v0
with:
token: ${{ secrets.RELEASE_PUBLISH_TOKEN }}