From 7265c771c48d3acd3478e8fea925ab1587d43172 Mon Sep 17 00:00:00 2001 From: rotorsoft Date: Sat, 21 Sep 2024 14:47:54 -0400 Subject: [PATCH] fix: up semrel-release to fix pnpm deployments --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 653a0aab..881044ab 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -128,7 +128,7 @@ jobs: echo "${{ steps.analyze.outputs.change-log }}" - name: release ${{ matrix.lib }} - uses: rotorsoft/semrel-release@v2.0.0 + uses: rotorsoft/semrel-release@v3.0.0 with: github-token: "${{ secrets.GITHUB_TOKEN }}" npm-registry: "registry.npmjs.org"