From 32dc7ea928bf13c582a7d392513465e389cc3542 Mon Sep 17 00:00:00 2001 From: Victor Rocheleau Date: Thu, 19 Sep 2024 16:25:31 -0400 Subject: [PATCH] fix(actions): single release workflow trigger for pre-release and stable --- .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 5c5f2f5aa..40c0a1a78 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,7 +1,7 @@ name: Create and upload release artifacts on: release: - types: [published, prereleased] + types: [published] jobs: release-artifacts: