From fa133f2a9df956b89cd2a7062b18f151ffb56e6c Mon Sep 17 00:00:00 2001 From: Matt Travi Date: Fri, 12 May 2023 17:17:04 -0500 Subject: [PATCH] ci(release): pinned the version of semantic-release (#2796) --- .github/workflows/release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e5966c2f74..6f79143609 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,9 @@ jobs: node-version: lts/* - run: npm clean-install - run: npm audit signatures - - run: npx semantic-release + # pinned version updated automatically by Renovate. + # details at https://semantic-release.gitbook.io/semantic-release/usage/installation#global-installation + - run: npx semantic-release@21.0.2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.SEMANTIC_RELEASE_BOT_NPM_TOKEN }}