From 1b1b5671dbf7eff042e11d837b4bf8b4c3e4d1a2 Mon Sep 17 00:00:00 2001 From: thephez Date: Mon, 2 Sep 2024 12:59:12 -0400 Subject: [PATCH] ci: manually change version to test --- scripts/dashmate-update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/dashmate-update.sh b/scripts/dashmate-update.sh index b64e166ad..aac5a1966 100755 --- a/scripts/dashmate-update.sh +++ b/scripts/dashmate-update.sh @@ -4,7 +4,7 @@ # Command to get latest dashmate amd64 download URL LATEST_URL=$(curl -s \ -H "Accept: application/vnd.github.v3+json" \ - https://api.github.com/repos/dashpay/platform/releases/latest | \ + https://api.github.com/repos/dashpay/platform/releases/tags/v1.1.0 | \ jq -r '.assets[] | select(.name | test("^dashmate.*amd64\\.deb$")) | .browser_download_url') if [[ $? -ne 0 || -z "$LATEST_URL" ]]; then