From e96a65dc8807941f2f9e3319e335a2b6ff1d4b15 Mon Sep 17 00:00:00 2001 From: Leighton Chen Date: Fri, 23 Feb 2024 09:24:00 -0800 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f6c267003..7bd30d19a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -54,6 +54,7 @@ jobs: fi fi + # check out main branch to verify there won't be problems with merging the change log # at the end of this workflow - uses: actions/checkout@v3