Skip to content

Commit

Permalink
chore: release v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
KeJunMao committed Aug 24, 2024
1 parent df3f13f commit 1160a67
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- run: pnpm i -g @antfu/ni
- run: nci
- run: nr lint
- run: nr dev
- run: nr typecheck

# test:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,8 @@ jobs:
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

# Uncomment the following lines to publish to npm on CI

- run: pnpm install
- run: pnpm publish -r --access public
- run: pnpm publish --access public --no-git-checks
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
NPM_CONFIG_PROVENANCE: true
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "wechaty-puppet-ferry",
"type": "module",
"version": "0.0.0",
"version": "0.0.1",
"packageManager": "pnpm@9.8.0",
"description": "Wechaty Puppet for WechatFerry",
"author": "mrrhq <sanhua@himrr.com>",
Expand Down
1 change: 1 addition & 0 deletions playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "playground",
"version": "1.0.0",
"private": true,
"description": "",
"author": "",
"license": "ISC",
Expand Down

0 comments on commit 1160a67

Please sign in to comment.