Skip to content

Commit bab4165

Browse files
authored
release new version (#653)
* 更新 browser 端版本号 * fix typo * update github actions
1 parent d0c843d commit bab4165

File tree

3 files changed

+4
-20
lines changed

3 files changed

+4
-20
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
registry-url: https://registry.npmjs.org/
1616
- run: |
1717
npm install
18-
npm run build
1918
cd packages/browser/
19+
npm run build
2020
npm publish --dry-run
2121
env:
2222
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
@@ -30,24 +30,8 @@ jobs:
3030
registry-url: https://registry.npmjs.org/
3131
- run: |
3232
npm install
33-
npm run build
3433
cd packages/wechat-miniprogram/
35-
npm publish --dry-run
36-
env:
37-
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
38-
publish-harmony:
39-
runs-on: ubuntu-latest
40-
steps:
41-
- uses: actions/checkout@v3
42-
- uses: actions/setup-node@v3
43-
with:
44-
node-version: 20
45-
registry-url: https://registry.npmjs.org/
46-
- run: |
47-
npm install
4834
npm run build
49-
cd packages/wechat-miniprogram/
5035
npm publish --dry-run
5136
env:
5237
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
53-

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/wechat-miniprogram/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@qiniu/wechat-miniprogram-upload",
3-
"version": "1.0.0-rc.4",
3+
"version": "1.0.0",
44
"description": "Qiniu wechat-miniprogram upload sdk",
55
"miniprogram": "output",
66
"main": "output/index.js",

0 commit comments

Comments
 (0)