Skip to content

Commit 2c70fc0

Browse files
committed
automation - fix README prepare release
1 parent a56dec7 commit 2c70fc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CI/prepare-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ mvn versions:commit
2929
### update all other versions in files around to the new release, including readme ###
3030
#####################
3131
sc_find="<version>$SC_LAST_RELEASE"
32-
sc_replace="<version>$SC_NEXT_VERSION"
32+
sc_replace="<version>$SC_VERSION"
3333
sed -i -e "s/$sc_find/$sc_replace/g" $CUR/README.md
3434

3535

0 commit comments

Comments
 (0)