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 0c19f8e commit 4b3556dCopy full SHA for 4b3556d
.github/workflows/release.yml
@@ -36,7 +36,7 @@ jobs:
36
id: version
37
run: |
38
echo "Next Version: ${{ steps.release.outputs.tag_name }}"
39
- npm version --git-tag-version=false ${{ steps.release.outputs.tag_name }}
+ npm version --git-tag-version=false --allow-same-version=true ${{ steps.release.outputs.tag_name }}
40
41
- name: Commit Changes
42
uses: stefanzweifel/git-auto-commit-action@v4
0 commit comments