From 1826b9bc583fcfd9fcbfa1eece37499fbd0fdafe Mon Sep 17 00:00:00 2001 From: Jesse Brault Date: Mon, 30 Jun 2025 15:03:35 -0500 Subject: [PATCH] Change out release action. --- .gitea/workflows/check-publish-release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/check-publish-release.yml b/.gitea/workflows/check-publish-release.yml index 6576f96..9ed19ca 100644 --- a/.gitea/workflows/check-publish-release.yml +++ b/.gitea/workflows/check-publish-release.yml @@ -19,9 +19,8 @@ jobs: - name: Publish to git.jessebrault.com run: ./gradlew publishAllPublicationsToGiteaRepository - name: Release to git.jessebrault.com - uses: https://gitea.com/actions/release-action@main + uses: akkuman/gitea-release-action@v1 with: files: |- cli/build/distributions/*.tar cli/build/distributions/*.zip - api_key: '${{secrets.RELEASE_TOKEN}}'