From 9fefb274b8b38c7cc0b537436757920890f86b00 Mon Sep 17 00:00:00 2001 From: Czarek Nakamoto Date: Wed, 3 Jan 2024 12:36:32 +0100 Subject: [PATCH] don't fail on release --- .github/workflows/linux.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 06e9823..393bc14 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -395,6 +395,7 @@ jobs: # run: cp -a ${{ github.workspace }} /opt/wspace - name: Create release uses: https://gitea.com/akkuman/gitea-release-action@v1 + continue-on-error: true with: body: | This is a **preview** release to be used by testers.