feat(workflows): allow non-main branch releases

- Updates the release action version for compatibility
- Adds support for releasing from non-main branches
This commit is contained in:
2025-07-04 11:32:10 +02:00
parent e12595d0a8
commit 09e41744fb

View File

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