From 872e79e4fb122c583734d147669500a111899a45 Mon Sep 17 00:00:00 2001 From: Dominic Masters Date: Fri, 6 Dec 2024 14:01:48 -0600 Subject: [PATCH] TEst release also --- .gitea/workflows/build-linux-glfw-x64.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/build-linux-glfw-x64.yml b/.gitea/workflows/build-linux-glfw-x64.yml index dafa306b..e8459429 100644 --- a/.gitea/workflows/build-linux-glfw-x64.yml +++ b/.gitea/workflows/build-linux-glfw-x64.yml @@ -31,9 +31,7 @@ jobs: make - name: Release - id: use-go-action - uses: https://gitea.com/actions/release-action@main + uses: akkuman/gitea-release-action@v1 with: files: |- - README.md - api_key: '${{secrets.RELEASE_TOKEN}}' \ No newline at end of file + README.md \ No newline at end of file