Skip to content

Commit

Permalink
chore: try to fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed Jun 2, 2024
1 parent 46e22d5 commit 1f31837
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
release:
name: Node.js
uses: artusjs/github-actions/.github/workflows/node-release.yml@v1
uses: artusjs/github-actions/.github/workflows/node-release.yml@master
secrets:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GIT_TOKEN: ${{ secrets.GIT_TOKEN }}
Expand Down
12 changes: 0 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -451,15 +451,3 @@ curl 方式调用支付宝 [API v3 协议](https://opendocs.alipay.com/open-v3/0
## License

[MIT](LICENSE.txt)

<!-- GITCONTRIBUTOR_START -->

## 贡献者

|[<img src="https://avatars.githubusercontent.com/u/1134658?v=4" width="100px;"/><br/><sub><b>tudou527</b></sub>](https://github.com/tudou527)<br/>|[<img src="https://avatars.githubusercontent.com/u/4983042?v=4" width="100px;"/><br/><sub><b>hubcarl</b></sub>](https://github.com/hubcarl)<br/>|[<img src="https://avatars.githubusercontent.com/u/35091020?v=4" width="100px;"/><br/><sub><b>zzh948498</b></sub>](https://github.com/zzh948498)<br/>|[<img src="https://avatars.githubusercontent.com/u/8800150?v=4" width="100px;"/><br/><sub><b>troyeagle</b></sub>](https://github.com/troyeagle)<br/>|
| :---: | :---: | :---: | :---: |


[git-contributor 说明](https://github.com/xudafeng/git-contributor),自动生成时间:`Sun Jun 02 2024 15:03:34 GMT+0800`。

<!-- GITCONTRIBUTOR_END -->
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "alipay-sdk",
"version": "4.0.0-beta.5",
"publishConfig": {
"tag": "next",
"tag": "latest",
"access": "public"
},
"description": "支付宝开放平台 Node.js SDK / Alipay OpenAPI SDK for Node.js",
Expand All @@ -11,8 +11,7 @@
"test": "npm run lint -- --fix && egg-bin test",
"cov": "egg-bin cov",
"ci": "npm run lint && npm run cov && npm run prepublishOnly",
"prepublishOnly": "tshy && tshy-after",
"contributor": "git-contributor"
"prepublishOnly": "tshy && tshy-after"
},
"author": "fengmk2",
"homepage": "https://github.com/alipay/alipay-sdk-nodejs-all",
Expand Down

0 comments on commit 1f31837

Please sign in to comment.