From f6267abdd58c353e64a635d41fc80c97dc87e0f3 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 25 Jun 2025 11:58:03 +0100 Subject: [PATCH] Update .forgejo/workflows/release.yml --- .forgejo/workflows/release.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/release.yml b/.forgejo/workflows/release.yml index c8ea941..398f784 100644 --- a/.forgejo/workflows/release.yml +++ b/.forgejo/workflows/release.yml @@ -107,9 +107,12 @@ jobs: - name: Create release and upload JAR to Forgejo run: | # Install Forgejo CLI - curl -sSL https://codeberg.org/forgejo/forgejo-cli/releases/latest/download/forgejo-linux-amd64 -o /usr/local/bin/forgejo + curl -sSL https://codeberg.org/forgejo/forgejo-cli/releases/v0.7.0/download/forgejo-linux-amd64 -o /usr/local/bin/forgejo chmod +x /usr/local/bin/forgejo - + + # Verify binary + file /usr/local/bin/forgejo + # Configure Forgejo CLI with token forgejo config --host https://git.oguerreiro.com --token "${{ secrets.FORGEJO_TOKEN }}"