Skip to content

Commit d54c1d8

Browse files
authored
Update create-release.yaml
1 parent 954f11d commit d54c1d8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/create-release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
run: |
2323
latestTag=$(curl -s "https://api.github.com/repos/IntersecMBO/cardano-node/releases/latest" | jq -r '.tag_name')
2424
echo "::set-output name=tag::$latestTag"
25+
echo "{latestTag}={$latestTag}" >> $GITHUB_OUTPUT
26+
2527
2628
- name: Create release in forked repository
2729
run: |

0 commit comments

Comments
 (0)