From 32f38991a707f0149b992e788d850c0e41628c83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=94=AF=E7=84=B6?= Date: Sun, 7 Apr 2024 10:59:27 +0800 Subject: [PATCH 1/2] chore: release latest version --- .github/release-please/config.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/release-please/config.json b/.github/release-please/config.json index 1d22e1d9..63f51b5d 100644 --- a/.github/release-please/config.json +++ b/.github/release-please/config.json @@ -1,7 +1,6 @@ { "release-type": "node", - "prerelease": true, - "versioning": "prerelease", + "prerelease": false, "include-component-in-tag": false, "changelog-sections": [ { "type": "feat", "section": "Features", "hidden": false }, From 386d0eabe15455206111ee59d8b99009910f1ff1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=94=AF=E7=84=B6?= Date: Sun, 7 Apr 2024 19:35:40 +0800 Subject: [PATCH 2/2] chore: rm tag --next --- .github/workflows/release-please.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index df8165c3..4e15ab7d 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -26,7 +26,7 @@ jobs: if: ${{ steps.release.outputs.release_created }} - run: | npm install - npm publish --provenance --tag next + npm publish --provenance env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} if: ${{ steps.release.outputs.release_created }}