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