Skip to content

Commit 4b3556d

Browse files
committed
fix(releases): suppress error on same version
1 parent 0c19f8e commit 4b3556d

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
@@ -36,7 +36,7 @@ jobs:
3636
id: version
3737
run: |
3838
echo "Next Version: ${{ steps.release.outputs.tag_name }}"
39-
npm version --git-tag-version=false ${{ steps.release.outputs.tag_name }}
39+
npm version --git-tag-version=false --allow-same-version=true ${{ steps.release.outputs.tag_name }}
4040
4141
- name: Commit Changes
4242
uses: stefanzweifel/git-auto-commit-action@v4

0 commit comments

Comments
 (0)