From 3b28ff4462c0fb8df45904e36c7920af3483918a Mon Sep 17 00:00:00 2001 From: Ochenstarik Date: Thu, 16 Jul 2026 20:46:57 +0700 Subject: [PATCH] Mark alpha artifacts as prerelease --- .github/workflows/linux-release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/linux-release.yml b/.github/workflows/linux-release.yml index 6e5beb7..87475c1 100644 --- a/.github/workflows/linux-release.yml +++ b/.github/workflows/linux-release.yml @@ -50,6 +50,7 @@ jobs: if: startsWith(github.ref, 'refs/tags/') uses: softprops/action-gh-release@v2 with: + prerelease: ${{ contains(github.ref_name, '-') }} files: | server-monitor-manager-${{ matrix.runtime }}.tar.gz server-monitor-manager-${{ matrix.runtime }}.tar.gz.sha256