From d269688e8e48a80081128601687874a51080fd88 Mon Sep 17 00:00:00 2001 From: noah Date: Wed, 11 Jun 2025 13:50:36 +0000 Subject: [PATCH] Update .github/workflows/create-release.yaml --- .github/workflows/create-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-release.yaml b/.github/workflows/create-release.yaml index f9fd6a8..1fe06ac 100644 --- a/.github/workflows/create-release.yaml +++ b/.github/workflows/create-release.yaml @@ -49,7 +49,7 @@ jobs: - name: "Create Gitea Release" env: GITEA_TOKEN: ${{ secrets.TOKEN_GITEA }} - GITEA_API_URL: ${{ gitea.instance }}/api/v1 + GITEA_API_URL: https://git.nethery.dev/api/v1 OWNER: ${{ gitea.repository_owner }} REPO: ${{ gitea.repository_name }} run: |