chore(workflows): update action to main branch
All checks were successful
Auto Changelog & Release / release (push) Successful in 7s

- Switches auto-changelog-release-action from v0 to main branch
- Ensures the latest updates are used for the release workflow
This commit is contained in:
2025-06-14 19:03:41 +02:00
parent 9a0d65b8eb
commit 043a01c2ba

View File

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