From 5c6b1d9f7e732fe5d5ff56177bb4c270d7e4d297 Mon Sep 17 00:00:00 2001 From: Julio Rincon Date: Tue, 12 Mar 2024 09:53:17 +1100 Subject: [PATCH] BESECART-2345: Fix typo in function name --- bin/do-release.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/do-release.sh b/bin/do-release.sh index b16e44d..a79c94c 100755 --- a/bin/do-release.sh +++ b/bin/do-release.sh @@ -17,10 +17,10 @@ git update-index --refresh git diff-index --quiet HEAD -- || { echo "release bundle changed" git commit -am '[skip ci] dist updated' - update_revision + push_revision } [[ $(git rev-list --count "${CUR_VERSION}".. -- action.yml) -eq 0 ]] || { echo "action descriptor changed..." - update_revision + push_revision }