Skip to content

Commit 8f4f602

Browse files
committed
update
1 parent 162bffd commit 8f4f602

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/release.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -31,22 +31,22 @@ jobs:
3131
- name: updatepackage
3232
if: github.event.inputs.tag != ''
3333
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
3535
- name: change
36-
if: github.event.inputs.change != ''
36+
if: github.event.inputs.change != ''
3737
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
3939
- name: commit
4040
if: github.event.inputs.tag != '' || github.event.inputs.change != ''
4141
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
4747
- name: finish
48-
run: |
49-
ls
48+
run: |
49+
ls
5050
5151
market:
5252
name: market

0 commit comments

Comments
 (0)