We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cff14c5 commit 6621345Copy full SHA for 6621345
1 file changed
.github/workflows/release-draft.yml
@@ -41,7 +41,7 @@ jobs:
41
run: echo "${{ steps.bump-version.outputs.new_version }}" > VERSION
42
43
- name: Update package.json version
44
- run: npm version "${{ steps.bump-version.outputs.new_version }}" --no-git-tag-version
+ run: npm version "${{ steps.bump-version.outputs.new_version }}" --no-git-tag-version --allow-same-version
45
46
- name: Generate changelog from git history
47
id: changelog
0 commit comments