From d1bd40b717f22ee4131c5b6ff27977e91d8e7cbd Mon Sep 17 00:00:00 2001 From: Christopher Palmer-Richez Date: Sun, 4 Aug 2024 00:37:35 -0400 Subject: [PATCH] Fix wrong tag sepcifiers. Previous commit uses both an include and ignore list, which is apparently not supported. --- .github/workflows/release.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index fb35c66..758148d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -5,10 +5,6 @@ on: tags: - v* - tags-ignore: - - "*-alpha" - - "*-beta" - jobs: release: name: Release