From 043a01c2bacb78f3c872056f7d18aab4e845a401 Mon Sep 17 00:00:00 2001 From: "Max P." Date: Sat, 14 Jun 2025 19:03:41 +0200 Subject: [PATCH] chore(workflows): update action to main branch - Switches auto-changelog-release-action from v0 to main branch - Ensures the latest updates are used for the release workflow --- .gitea/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 7839072..a26a534 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -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 }}