From 1dc479f1630a1f8697afadd5ad78335b0f304a34 Mon Sep 17 00:00:00 2001 From: Chris Manson Date: Fri, 16 Feb 2024 15:11:06 +0000 Subject: [PATCH] fix release-plan label dispatch --- .github/workflows/plan-release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/plan-release.yml b/.github/workflows/plan-release.yml index bacee21..bae0cda 100644 --- a/.github/workflows/plan-release.yml +++ b/.github/workflows/plan-release.yml @@ -49,6 +49,7 @@ jobs: # lerna-changelog can discover what's changed since the last release with: fetch-depth: 0 + ref: 'main' - uses: actions/setup-node@v4 with: node-version: 18