Skip to content

Commit 6d145a2

Browse files
authored
Update release.yml
1 parent 9637550 commit 6d145a2

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
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install
1818
run: npm i
1919
- name: Update version
20-
run: echo ${{ github.ref }} | cut -c 11- | xargs npm version --no-git-tag-version
20+
run: echo ${{ github.ref }} | cut -c 11- | xargs npm version --no-git-tag-version --allow-same-version
2121
- name: Push changes
2222
uses: ad-m/github-push-action@master
2323
with:

0 commit comments

Comments
 (0)