We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9637550 commit 6d145a2Copy full SHA for 6d145a2
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Install
18
run: npm i
19
- name: Update version
20
- run: echo ${{ github.ref }} | cut -c 11- | xargs npm version --no-git-tag-version
+ run: echo ${{ github.ref }} | cut -c 11- | xargs npm version --no-git-tag-version --allow-same-version
21
- name: Push changes
22
uses: ad-m/github-push-action@master
23
with:
0 commit comments