From 9eaac635ac7455db5cde45a7ce3f816ca96eef96 Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Mon, 16 Jan 2023 23:25:12 +0100 Subject: feat: Dont add version.txt to git --- build_and_push.sh | 1 - 1 file changed, 1 deletion(-) 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" -- cgit v1.3