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