From 1889aa9b2be6a84bbcbe5d61db562a08b3bc7b83 Mon Sep 17 00:00:00 2001 From: Stephen Wen Date: Wed, 13 Nov 2024 22:05:28 -0800 Subject: [PATCH] fix: unify semantic-action version and to fix secondary rate limit issue --- .github/workflows/release_library.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_library.yml b/.github/workflows/release_library.yml index ef33044..3c2021d 100644 --- a/.github/workflows/release_library.yml +++ b/.github/workflows/release_library.yml @@ -131,7 +131,7 @@ jobs: - name: Semantic Release if: inputs.IS_MONOREPO == false - uses: cycjimmy/semantic-release-action@v3 + uses: cycjimmy/semantic-release-action@v4.1.1 id: semantic with: # NOTE: ^19 is ESM and was causing a break