Skip to content

Commit

Permalink
Update create-release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
NanuIjaz authored Feb 10, 2024
1 parent 00c19f4 commit 762724c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 762724c

Please sign in to comment.