chore(workflows): update release action version

- Switches release action reference from `main` to `v0` for stability
This commit is contained in:
2025-06-14 20:54:29 +02:00
parent 75df670db7
commit 79d7c5a7ee

View File

@@ -14,6 +14,6 @@ jobs:
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Release - 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: with:
token: ${{ secrets.RELEASE_PUBLISH_TOKEN }} token: ${{ secrets.RELEASE_PUBLISH_TOKEN }}