Skip to content

Commit 6621345

Browse files
ci: Add --allow-same-version to draft release workflow (#312)
1 parent cff14c5 commit 6621345

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-draft.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: echo "${{ steps.bump-version.outputs.new_version }}" > VERSION
4242

4343
- name: Update package.json version
44-
run: npm version "${{ steps.bump-version.outputs.new_version }}" --no-git-tag-version
44+
run: npm version "${{ steps.bump-version.outputs.new_version }}" --no-git-tag-version --allow-same-version
4545

4646
- name: Generate changelog from git history
4747
id: changelog

0 commit comments

Comments
 (0)