From 1fd19a26e712f64a4224feefd360b9eb8ffe341b Mon Sep 17 00:00:00 2001 From: Bobbie Soedirgo Date: Wed, 6 Mar 2024 17:39:50 +0800 Subject: [PATCH] fix(ci): flaky release We keep getting this error from semantic-release: HttpError: You have exceeded a secondary rate limit. Please wait a few minutes before you try again. This is supposedly fixed in https://github.com/semantic-release/github/pull/487. --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f2d4ab51..4e64891e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: - id: semantic-release uses: cycjimmy/semantic-release-action@v4 with: - semantic_version: 18 + semantic_version: 21 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }}