From dbb31614c219a2e3981e2587dd3be13a2dfb90f8 Mon Sep 17 00:00:00 2001 From: Vahn Gomes Date: Tue, 12 Dec 2023 22:39:27 -0500 Subject: [PATCH] chore(release.yml): add support for repository_dispatch event to trigger semantic-release workflow --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 04cd873..180ad2f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,7 +3,8 @@ on: push: branches: - main - + repository_dispatch: + types: [semantic-release] permissions: contents: read # for checkout