From 762724ccb4e7c18fbc4ed808f69b754de3b83d96 Mon Sep 17 00:00:00 2001 From: NanuIjaz <122975171+NanuIjaz@users.noreply.github.com> Date: Sat, 10 Feb 2024 16:55:15 +0530 Subject: [PATCH] Update create-release.yaml --- .github/workflows/create-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-release.yaml b/.github/workflows/create-release.yaml index 647b24fd4ac..b7ac74e0282 100644 --- a/.github/workflows/create-release.yaml +++ b/.github/workflows/create-release.yaml @@ -20,7 +20,7 @@ jobs: - name: Get latest release version id: get-latest-release run: | - latestTag=$(curl -s "https://api.github.com/repos/IntersectMBO/cardano-node/releases/latest" |jq -r '.[0].tag_name') + latestTag=$(curl -s "https://api.github.com/repos/IntersectMBO/cardano-node/releases" |jq -r '.[0].tag_name') echo "${latestTag}" if [ -n "$latestTag" ]; then echo "RELEASE_TAG=${latestTag}" >> $GITHUB_ENV