Skip to content

Commit d264a27

Browse files
committed
Fis sed command
1 parent 35fe946 commit d264a27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ bumpVersion() {
2929
fi
3030

3131
echo "Next version: ${nextVersion}"
32-
sed -i '0,/<version>.*<\/version>/s//<version>${nextVersion}<\/version>/' pom.xml
32+
sed -i "0,/<version>.*<\/version>/s//<version>${nextVersion}<\/version>/" pom.xml
3333

3434
else
3535
echo "No semantic version and therefore cannot publish to maven repository: '${APP_VERSION}'"

0 commit comments

Comments
 (0)