From fb5230ef937783c8e1092a9a9319313b0c4e2e76 Mon Sep 17 00:00:00 2001 From: Alexandre Giard Date: Fri, 9 Aug 2024 01:23:32 -0400 Subject: [PATCH] fix: actually fix build name --- .github/workflows/release-please.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 17eec21..5891f08 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -2,7 +2,7 @@ name: 🚀 Release on: workflow_run: - workflows: [ 🔨Build + 🧪Test ] + workflows: [ "🔨Build + 🧪Test" ] types: [ completed ] branches: [ main ]