From 5bd0379aace48a1fea335c269f12cd12c511ac7e Mon Sep 17 00:00:00 2001 From: bvn13 Date: Tue, 16 Aug 2022 15:08:58 +0300 Subject: [PATCH] Revert "fix updating script" This reverts commit 5034afd52502032d8edf8cd5cc919973f67c7ab2. --- publish.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/publish.sh b/publish.sh index 34d0a5f..6c40cd8 100755 --- a/publish.sh +++ b/publish.sh @@ -8,8 +8,6 @@ git push --tags git push origin develop -git checkout master - read -p "Which version to publish? > " version git checkout $version