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 954f11d commit d54c1d8Copy full SHA for d54c1d8
.github/workflows/create-release.yaml
@@ -22,6 +22,8 @@ jobs:
22
run: |
23
latestTag=$(curl -s "https://api.github.com/repos/IntersecMBO/cardano-node/releases/latest" | jq -r '.tag_name')
24
echo "::set-output name=tag::$latestTag"
25
+ echo "{latestTag}={$latestTag}" >> $GITHUB_OUTPUT
26
+
27
28
- name: Create release in forked repository
29
0 commit comments