From 1db3886454b7f83378737e076fe27f79a513cab2 Mon Sep 17 00:00:00 2001 From: Adam Roberts Date: Fri, 27 Oct 2023 11:33:16 -0400 Subject: [PATCH] chore: do not publish release candidates --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2e8e166cd..c075c7fb5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,7 +3,7 @@ on: push: tags: - '[0-9]+.[0-9]+.[0-9]+' - - '[0-9]+.[0-9]+.[0-9]+-rc[0-9]+' + - '![0-9]+.[0-9]+.[0-9]+-rc[0-9]+' jobs: release: runs-on: ubuntu-latest