From 56151dcb18b80f3cb7cc91b88c8da3837944ebab Mon Sep 17 00:00:00 2001 From: Peter Ramm Date: Thu, 23 Sep 2021 15:11:01 +0200 Subject: [PATCH] push Gemfile.lock before release --- deploy_github.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/deploy_github.sh b/deploy_github.sh index 429b8f1f..4f40e633 100755 --- a/deploy_github.sh +++ b/deploy_github.sh @@ -1,5 +1,9 @@ # Deploy a github release for Panorama +git stage Gemfile.lock +git commit -m "Next version" Gemfile.lock +git push + # Check if repository is up to date git status | grep "nothing to commit, working tree clean" if [ $? -ne 0 ]; then