Skip to content

Commit c2a86b5

Browse files
authored
fix(ci): fix release.yml version update step (#1646)
1 parent 0c71721 commit c2a86b5

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
@@ -54,7 +54,7 @@ jobs:
5454
5555
# update version files
5656
if [[ "$ver" == *"rc"* ]]; then
57-
python scripts/update_version.py -v "${ref%"rc"}"
57+
python scripts/update_version.py -v "${ver%"rc"}"
5858
else
5959
python scripts/update_version.py -v "$ver" --approve
6060
fi

0 commit comments

Comments
 (0)