We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00c19f4 commit 762724cCopy full SHA for 762724c
.github/workflows/create-release.yaml
@@ -20,7 +20,7 @@ jobs:
20
- name: Get latest release version
21
id: get-latest-release
22
run: |
23
- 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')
24
echo "${latestTag}"
25
if [ -n "$latestTag" ]; then
26
echo "RELEASE_TAG=${latestTag}" >> $GITHUB_ENV
0 commit comments