diff options
| -rwxr-xr-x | build_and_push.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build_and_push.sh b/build_and_push.sh index 1db0309..89faad2 100755 --- a/build_and_push.sh +++ b/build_and_push.sh @@ -40,7 +40,6 @@ echo # Put version.txt inside of server pushd src/wwwroot echo "$NEW_VERSION" >version.txt -git add version.txt popd git commit --quiet -m "chore(release): Bump version" |
