From 141856d6e6d808a85b9147a530294fee8e48e15f Mon Sep 17 00:00:00 2001 From: Kim Morrison Date: Mon, 24 Jun 2024 10:52:08 +1000 Subject: [PATCH] chore: mark releases as prerelease --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c4f963fc7d9e..e1c75dfee0e0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -491,6 +491,7 @@ jobs: with: files: artifacts/*/* fail_on_unmatched_files: true + prerelease: ${{ !startsWith(github.ref, 'refs/tags/v') || contains(github.ref, '-rc') }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}