From dd99ad9c95642f4dc9e9aae289305dca7b5391cc Mon Sep 17 00:00:00 2001 From: XargonWan Date: Mon, 22 Apr 2024 18:26:31 +0900 Subject: [PATCH] TEST: tesing main release on Gitea [skip ci] --- .github/workflows/main-gitea.yml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/main-gitea.yml b/.github/workflows/main-gitea.yml index d97c3481..83b3fc53 100644 --- a/.github/workflows/main-gitea.yml +++ b/.github/workflows/main-gitea.yml @@ -105,20 +105,20 @@ jobs: echo -e "# Release Notes\n" >> "body.md" echo "$DES" >> "body.md" - - name: Publish the flatpak in a new release - uses: ncipollo/release-action@v1 - env: - REL_VER: ${{ env.REL_VER }} - with: - tag: ${{ env.REL_VER }} - name: "RetroDECK v${{ env.REL_VER }}" - bodyFile: "body.md" - artifacts: "RetroDECK.flatpak,RetroDECK-Artifact.tar.gz" - allowUpdates: true - makeLatest: true - token: ${{ secrets.TRIGGER_BUILD_TOKEN }} - repo: RetroDECK - continue-on-error: true + # - name: Publish the flatpak in a new release + # uses: ncipollo/release-action@v1 + # env: + # REL_VER: ${{ env.REL_VER }} + # with: + # tag: ${{ env.REL_VER }} + # name: "RetroDECK v${{ env.REL_VER }}" + # bodyFile: "body.md" + # artifacts: "RetroDECK.flatpak,RetroDECK-Artifact.tar.gz" + # allowUpdates: true + # makeLatest: true + # token: ${{ secrets.TRIGGER_BUILD_TOKEN }} + # repo: RetroDECK + # continue-on-error: true # In case it cannot publish the release at least it's providing the flatpak file for creating a manual release # - name: Upload RetroDECK.flatpak @@ -135,8 +135,8 @@ jobs: ORGANIZATION="RetroDECK" REPO="RetroDECK" GITEA_TOKEN="${{ secrets.GITEA_TRIGGER_BUILD_TOKEN }}" - RELEASE_NAME="RetroDECK ${{env.TAG}}" - TAG="${{env.TAG}}" + RELEASE_NAME="RetroDECK ${{ env.REL_VER }}" + TAG="${{ env.REL_VER }}" RELEASE_BODY="$(cat body.md)" # Create a release using curl and capture the release ID