From 09e41744fbf920c0253e13644cb38f1dd430c0f3 Mon Sep 17 00:00:00 2001 From: "Max P." Date: Fri, 4 Jul 2025 11:32:10 +0200 Subject: [PATCH] feat(workflows): allow non-main branch releases - Updates the release action version for compatibility - Adds support for releasing from non-main branches --- .gitea/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 223d60d..8f0e021 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -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"