Skip to content

Commit 4c767df

Browse files
authored
v0.5.0
1 parent 930de3f commit 4c767df

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ jobs:
3333
pnpm build
3434
- name: 上传更新包
3535
run: |
36-
pnpm publish --no-git-checks --provenance
36+
pnpm publish --no-git-checks
3737
env:
3838
NODE_AUTH_TOKEN: ${{ secrets.NPM_ACCESS_TOKEN }}

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@
5757
"homepage": "https://fanbook-api-sdk.js.org/",
5858
"author": "DevOpen Club",
5959
"license": "MIT",
60+
"publishConfig": {
61+
"provenance": true
62+
},
6063
"dependencies": {
6164
"axios": "^1.6.0",
6265
"js-base64": "^3.7.5",

0 commit comments

Comments
 (0)