From 379229b123c421b079e0bdb397ce7a6db990807a Mon Sep 17 00:00:00 2001 From: Levi Zitting Date: Sat, 22 Aug 2026 22:14:35 -0500 Subject: [PATCH] fix: pin compatible release tooling --- .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 f3f5dae..7e3b2a9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: with: node-version: "lts/*" - - run: npm install -g semantic-release conventional-changelog-conventionalcommits @semantic-release/exec + - run: npm install -g semantic-release@25.0.9 conventional-changelog-conventionalcommits@8.0.0 @semantic-release/exec@7.1.0 - name: Create Release id: semantic