File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -31,22 +31,22 @@ jobs:
31
31
- name : updatepackage
32
32
if : github.event.inputs.tag != ''
33
33
run : |
34
- sed -i "s/\"version\":.*$/\"version\": \"${{ github.event.inputs.tag }}\",/" package.json
34
+ sed -i "s/\"version\":.*$/\"version\": \"${{ github.event.inputs.tag }}\",/" package.json
35
35
- name : change
36
- if : github.event.inputs.change != ''
36
+ if : github.event.inputs.change != ''
37
37
run : |
38
- echo -e "## version ${{ github.event.inputs.tag }}\n\n- ${{ github.event.inputs.change }}\n\n$(cat CHANGELOG.md)" > CHANGELOG.md
38
+ echo -e "## version ${{ github.event.inputs.tag }}\n\n- ${{ github.event.inputs.change }}\n\n$(cat CHANGELOG.md)" > CHANGELOG.md
39
39
- name : commit
40
40
if : github.event.inputs.tag != '' || github.event.inputs.change != ''
41
41
run : |
42
- git config user.name ccagml
43
- git config user.email ccagml@163.com
44
- git add .
45
- git commit -m ${{ github.event.inputs.change }}
46
- git push
42
+ git config user.name ccagml
43
+ git config user.email ccagml@163.com
44
+ git add .
45
+ git commit -m ${{ github.event.inputs.change }}
46
+ git push
47
47
- name : finish
48
- run : |
49
- ls
48
+ run : |
49
+ ls
50
50
51
51
market :
52
52
name : market
You can’t perform that action at this time.
0 commit comments