From df84f7c32fd0be3378068d53b8c0af7b47657123 Mon Sep 17 00:00:00 2001 From: gz65555 Date: Wed, 28 Aug 2024 10:37:28 +0800 Subject: [PATCH] ci: update release version --- .commitlintrc.js | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.commitlintrc.js b/.commitlintrc.js index a06f4aa8ec..995ace4107 100644 --- a/.commitlintrc.js +++ b/.commitlintrc.js @@ -4,7 +4,7 @@ module.exports = { "type-enum": [ 2, "always", - ["feat", "fix", "build", "ci", "docs", "perf", "refactor", "test", "types", "style", "revert"] + ["feat", "fix", "build", "ci", "docs", "perf", "refactor", "test", "types", "style", "revert", "chore"] ] } }; diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 363583fa36..de68431d84 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,7 +36,7 @@ jobs: run: pnpm b:all - name: Release current monorepo - uses: gz65555/publish@v0.0.6 + uses: gz65555/publish@v0.0.7 env: NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} NPM_CONFIG_PROVENANCE: true