Skip to content

Commit b6f1dcb

Browse files
committed
update
1 parent b0ccf95 commit b6f1dcb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,10 @@ jobs:
5656
if: ${{ github.event.inputs.market }}
5757
steps:
5858
- uses: actions/checkout@v2
59-
59+
- name: updatepackage
60+
if: github.event.inputs.tag != ''
61+
run: |
62+
sed -i "s/\"version\":.*$/\"version\": \"${{ github.event.inputs.tag }}\",/" package.json
6063
- name: Setup Node.js environment
6164
uses: actions/setup-node@v2
6265
with:

0 commit comments

Comments
 (0)