Skip to content

Commit

Permalink
chore: release v1.0.0-beta.6
Browse files Browse the repository at this point in the history
  • Loading branch information
YunYouJun committed Sep 21, 2024
1 parent 533c500 commit 25c7596
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/el-bot/package.json
Original file line number Diff line number Diff line change
@@ -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": "云游君",
Expand Down

0 comments on commit 25c7596

Please sign in to comment.