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 Jan 26, 2024
1 parent 954f11d commit d54c1d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/create-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
run: |
latestTag=$(curl -s "https://api.github.com/repos/IntersecMBO/cardano-node/releases/latest" | jq -r '.tag_name')
echo "::set-output name=tag::$latestTag"
echo "{latestTag}={$latestTag}" >> $GITHUB_OUTPUT
- name: Create release in forked repository
run: |
Expand Down

0 comments on commit d54c1d8

Please sign in to comment.