Skip to content

Commit 762724c

Browse files
authored
Update create-release.yaml
1 parent 00c19f4 commit 762724c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Get latest release version
2121
id: get-latest-release
2222
run: |
23-
latestTag=$(curl -s "https://api.github.com/repos/IntersectMBO/cardano-node/releases/latest" |jq -r '.[0].tag_name')
23+
latestTag=$(curl -s "https://api.github.com/repos/IntersectMBO/cardano-node/releases" |jq -r '.[0].tag_name')
2424
echo "${latestTag}"
2525
if [ -n "$latestTag" ]; then
2626
echo "RELEASE_TAG=${latestTag}" >> $GITHUB_ENV

0 commit comments

Comments
 (0)