From 13976d1456878a721d4f7de15636bc5b3da33378 Mon Sep 17 00:00:00 2001 From: William Chow <59062243+wkhchow@users.noreply.github.com> Date: Thu, 22 Jun 2023 14:55:39 -0700 Subject: [PATCH] change asset reference v1.4.4-alpha to v1.4.4 --- python/add_data.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/add_data.sh b/python/add_data.sh index cfd2ac4..1a8ef54 100755 --- a/python/add_data.sh +++ b/python/add_data.sh @@ -521,7 +521,7 @@ import_exposure_ancillary_db() { local repo="OpenDRR/opendrr-api" - local base_branch="v1.4.4-alpha" + local base_branch="v1.4.4" if release_view=$(gh release view "${base_branch}" -R "${repo}"); then # For released version, we download from release assets