From 4fee9e5bf9669f9fbc1c00830423c077563a2e57 Mon Sep 17 00:00:00 2001 From: b3hr4d Date: Mon, 2 Dec 2024 10:36:56 +0300 Subject: [PATCH] Update build-release workflow to match tag pattern for core releases --- .github/workflows/build-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 68a8d7414..0eba64008 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -3,7 +3,7 @@ name: Build and Release on: push: tags: - - "@ic-reactor/core" + - "@ic-reactor/core*" workflow_dispatch: jobs: