Skip to content

Commit ec0d4a3

Browse files
[stable2512] Backport #10418 (#10424)
Backport #10418 into `stable2512` from EgorPopelyaev. See the [documentation](https://github.com/paritytech/polkadot-sdk/blob/master/docs/BACKPORT.md) on how to use this bot. <!-- # To be used by other automation, do not modify: original-pr-number: #${pull_number} --> Co-authored-by: Egor_P <[email protected]>
1 parent d4fc396 commit ec0d4a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-semver.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ jobs:
198198
has_validate_false=false
199199
while read -r line; do
200200
if [[ "$line" =~ bump:[[:space:]]*(minor|patch) ]]; then
201-
read -r next_line
201+
read -r next_line || true
202202
if [[ "$next_line" =~ validate:[[:space:]]*false ]]; then
203203
has_validate_false=true
204204
break

0 commit comments

Comments
 (0)