From 9a0d65b8eba3d1e06c88bc02f19e2dd5a7d0a731 Mon Sep 17 00:00:00 2001 From: "Max P." Date: Sat, 14 Jun 2025 19:01:30 +0200 Subject: [PATCH] chore(workflows): update action version in release workflow - Updates the action version from `main` to `v0` for better stability. - Ensures consistent behavior during the release process. --- .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 a26a534..7839072 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@main + uses: https://git.0xmax42.io/actions/auto-changelog-release-action@v0 with: token: ${{ secrets.RELEASE_PUBLISH_TOKEN }}