From 25c7596975c363372c8077efdb91ec38fb299347 Mon Sep 17 00:00:00 2001 From: YunYouJun Date: Sun, 22 Sep 2024 02:20:25 +0800 Subject: [PATCH] chore: release v1.0.0-beta.6 --- .github/workflows/release.yml | 2 +- packages/el-bot/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f05b245..a096ab3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,7 @@ jobs: registry-url: https://registry.npmjs.org/ cache: pnpm - - run: pnpm -C packages/el-bot publish --access public --no-git-checks + - run: cd packages/el-bot && npm publish --access public env: NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} NPM_CONFIG_PROVENANCE: true diff --git a/packages/el-bot/package.json b/packages/el-bot/package.json index 0590af6..5eedd2b 100644 --- a/packages/el-bot/package.json +++ b/packages/el-bot/package.json @@ -1,7 +1,7 @@ { "name": "el-bot", "type": "module", - "version": "1.0.0-beta.5", + "version": "1.0.0-beta.6", "description": "A quick qq bot framework for mirai.", "author": { "name": "云游君",