From fc095eb49375b7df8546e8fc6ef758cbf1d16796 Mon Sep 17 00:00:00 2001 From: "Marcus R. Brown" Date: Thu, 29 Jun 2023 00:55:53 -0700 Subject: [PATCH] fix: pin `semantic-release` to a slightly older version This is an attempt to workaround semantic-release/release-notes-generator#459. --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a91413f2..c6ca4337 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -44,4 +44,4 @@ jobs: run: | # Run `semantic-release` npm install conventional-changelog-conventionalcommits - npx semantic-release -- ${{ github.event.inputs.dry_run && '--dry-run' || '' }} + npx semantic-release@21.0.1 -- ${{ github.event.inputs.dry_run && '--dry-run' || '' }}