From 5e8732c513705652744f2719c857aad984cfa16d Mon Sep 17 00:00:00 2001 From: Marco De Araujo Date: Tue, 30 Dec 2025 12:32:53 -0400 Subject: [PATCH] Testing workflow --- .forgejo/workflows/release.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.forgejo/workflows/release.yaml b/.forgejo/workflows/release.yaml index a1a90d9..42d9400 100644 --- a/.forgejo/workflows/release.yaml +++ b/.forgejo/workflows/release.yaml @@ -7,7 +7,7 @@ on: jobs: detect-architecture: - runs-on: ubuntu-latest + runs-on: docker outputs: runner_arch: ${{ env.RUNNER_ARCH }} steps: @@ -17,7 +17,7 @@ jobs: env | grep -i arch build: - runs-on: ubuntu-latest + runs-on: docker needs: detect-architecture strategy: fail-fast: false @@ -147,7 +147,7 @@ jobs: retention-days: 1 create-release: - runs-on: ubuntu-latest + runs-on: docker needs: [detect-architecture, build] permissions: contents: write @@ -176,9 +176,9 @@ jobs: uses: actions/gitea-release-action@v1 with: files: release-artifacts/* - token: ${{ secrets.GITHUB_TOKEN }} - tag_name: ${{ github.ref_name }} - name: Release ${{ github.ref_name }} + token: ${{ secrets.FORGEGO_TOKEN }} + tag_name: ${{ forgejo.ref_name }} + name: Release ${{ forgejo.ref_name }} body: | ## 🚀 Multi-Platform Release