Skip to content

Commit 2bedfa4

Browse files
fix: Enable allowUpdates in release workflow to prevent false failures (#128)
1 parent 4099f0e commit 2bedfa4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/bump-version-cut-release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,4 @@ jobs:
2828
tag: ${{ steps.tag_version.outputs.new_tag }}
2929
name: ${{ steps.tag_version.outputs.new_tag }}
3030
generateReleaseNotes: true
31+
allowUpdates: true

0 commit comments

Comments
 (0)