From 6516e1b0c80fad3fc7dcd774d3dd760830d504f6 Mon Sep 17 00:00:00 2001 From: Josh Crites Date: Tue, 19 Dec 2023 16:53:03 -0500 Subject: [PATCH] echo version tag --- update_contract.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update_contract.sh b/update_contract.sh index 1d03c25..1d535b2 100755 --- a/update_contract.sh +++ b/update_contract.sh @@ -29,7 +29,7 @@ else tmp_dir="./tmp" fi -echo $GITHUB_ACTIONS $tmp_dir +echo $version_tag # Clone the repository into a tmp folder git clone $repo_url $tmp_dir