From 9d746ea2ca3d448da61c8e8d42f31988c0e2e951 Mon Sep 17 00:00:00 2001 From: msclock Date: Thu, 21 Mar 2024 19:34:28 +0800 Subject: [PATCH] ci: test on beta --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cef0380..a382339 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -114,6 +114,8 @@ jobs: permissions: contents: write # to be able to publish a GitHub release id-token: write # to enable use of OIDC for npm provenance + issues: write + pull-requests: write # needs: [pass] steps: @@ -129,7 +131,7 @@ jobs: - name: Install dependencies run: | - npm install -g semantic-release@^22.0.5 @semantic-release/exec @semantic-release/github conventional-changelog-conventionalcommits + npm install -g semantic-release@21.02 @semantic-release/exec @semantic-release/github conventional-changelog-conventionalcommits - name: Release run: npx semantic-release