From 28f5cc340d92ec0c6f844320b228ac5e97645808 Mon Sep 17 00:00:00 2001 From: Levi Zitting Date: Sat, 22 Aug 2026 22:25:28 -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 57e9fd1..373e0d0 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