Skip to content

Commit 9ff1ead

Browse files
committed
update
1 parent 82b6087 commit 9ff1ead

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2929
steps:
3030
- uses: actions/checkout@v2
31-
- name: package_json
31+
- name: updatepackage
3232
if: github.event.inputs.tag != ''
3333
run: |
3434
sed -i "s/\"version\":.*$/\"version\": \"${{ github.event.inputs.tag }}\",/" package.json

0 commit comments

Comments
 (0)