diff options
| author | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2024-01-03 12:36:32 +0100 |
|---|---|---|
| committer | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2024-01-03 12:36:32 +0100 |
| commit | 9fefb274b8b38c7cc0b537436757920890f86b00 (patch) | |
| tree | 712b2582b99a056307c89b6794461ca0b8c7250b | |
| parent | f03ad3177a50c52dcf93a8d4ba58718b3562bd7a (diff) | |
don't fail on release
| -rw-r--r-- | .github/workflows/linux.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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. |
