From d5df83a046e48582bdddf2ffe84f9a8c0a0e4d32 Mon Sep 17 00:00:00 2001 From: tomoron Date: Tue, 15 Apr 2025 21:28:03 +0200 Subject: [PATCH] use gitea-release-action --- .gitea/workflows/default.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/default.yaml b/.gitea/workflows/default.yaml index c9d4b41..5688e67 100644 --- a/.gitea/workflows/default.yaml +++ b/.gitea/workflows/default.yaml @@ -32,9 +32,11 @@ jobs: git push origin ${{steps.vars.outputs.TAG}} - name: create release - uses: https://gitea.com/actions/release-action@main + uses: https://gitea.com/actions/gitea-release-action@main with: tag_name: ${{steps.vars.outputs.TAG}} + server_url: https://git.tmoron.fr + files: |- flake.nix api_key: ${{secrets.RELEASE_TOKEN}}