From 19a0a5b197d0f324b7ae65438204d4b209c6de47 Mon Sep 17 00:00:00 2001 From: Abdullah Waheed Date: Thu, 30 Mar 2023 10:55:10 +0500 Subject: [PATCH] fix: pinned down semantic release action version to 19.0.5 --- .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 c9168c4..6b5f270 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,7 +35,7 @@ jobs: - name: Release uses: cycjimmy/semantic-release-action@v3 with: - semantic_version: 20 + semantic_version: 19.0.5 env: GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.SEMANTIC_RELEASE_NPM_TOKEN }}