From fa2bdbf520f1c299d143f29419f088b0a6f76802 Mon Sep 17 00:00:00 2001 From: Claudio Beatrice Date: Sat, 7 Oct 2023 14:00:18 +0200 Subject: [PATCH] fix(ci): remove pre-release tags from release workflow --- .github/workflows/release.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 1ed5a166..3225e257 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -5,9 +5,6 @@ on: push: tags: - "v[0-9]+.[0-9]+.[0-9]+" - - "v[0-9]+.[0-9]+.[0-9]+-rc.[0-9]+" - - "v[0-9]+.[0-9]+.[0-9]+-beta.[0-9]+" - - "v[0-9]+.[0-9]+.[0-9]+-alpha.[0-9]+" permissions: contents: write