vue_web_1124 1.0.5 → 1.0.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -5,6 +5,9 @@ on:
5
5
  branches:
6
6
  - master
7
7
 
8
+ permissions:
9
+ contents: write
10
+
8
11
  jobs:
9
12
  publish-npm:
10
13
  runs-on: ubuntu-latest
@@ -25,7 +28,7 @@ jobs:
25
28
  run: |
26
29
  git config --global user.email "duck@email.com"
27
30
  git config --global user.name "yaya"
28
- npm version patch
31
+ npm version patch -m "版本更新至%s"
29
32
  npm publish
30
33
  env:
31
34
  NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue_web_1124",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "vue_web_1124",
5
5
  "author": "yaya"
6
6
  }