Skip to content

Commit c3cce53

Browse files
authored
Merge pull request #1444 from swagger-api/fix-readme
automation - fix README prepare release
2 parents a56dec7 + 2c70fc0 commit c3cce53

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)