Why is this not working
This commit is contained in:
parent
dbef4daade
commit
36786ec8cc
1 changed files with 3 additions and 0 deletions
|
@ -17,6 +17,9 @@ fi
|
|||
echo "Version: $NEW_VERSION"
|
||||
echo "Current version: $CURRENT_VERSION"
|
||||
if [[ $COMMITSINCESTABLE -gt 0 ]]; then
|
||||
ls
|
||||
echo "THE COMMAND THAT IS RUNNING IS:"
|
||||
echo "sed -i "0,/$CURRENT_VERSION/s//$NEW_VERSION/" package.json"
|
||||
sed -i "0,/$CURRENT_VERSION/s//$NEW_VERSION/" package.json
|
||||
else
|
||||
echo "Version unchanged, commits since stable is ${COMMITSINCESTABLE}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue