From cdc2df4a9885bd15fb53ef82cefcfd8a00d723a3 Mon Sep 17 00:00:00 2001 From: James Eversole Date: Sun, 26 Jan 2025 15:00:59 -0600 Subject: [PATCH] Attempt 1 --- .gitea/workflows/test-and-build.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.gitea/workflows/test-and-build.yml b/.gitea/workflows/test-and-build.yml index 95ebb58..f9e8a35 100644 --- a/.gitea/workflows/test-and-build.yml +++ b/.gitea/workflows/test-and-build.yml @@ -55,15 +55,11 @@ jobs: chmod 755 ./tricu nix develop --command upx ./tricu - - name: Setup go for release action - uses: actions/setup-go@v5 - with: - go-version: '>=1.20.1' - - name: Release binary - uses: https://gitea.com/actions/release-action@main + uses: akkuman/gitea-release-action@v1 with: files: |- ./tricu - api_key: '${{ secrets.RELEASE_TOKEN }}' + token: '${{ secrets.RELEASE_TOKEN }}' + body: '${{ gitea.event.head_commit.message }}' pre_release: true