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 28, 2024
1 parent 23d68e4 commit e93d3c3
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,10 +22,12 @@ jobs:
run: |
latestTag=$(curl -s "https://api.github.com/repos/IntersecMBO/cardano-node/releases/latest" | jq -r '.tag_name')
echo "{latestTag}={$latestTag}" >> $GITHUB_OUTPUT
echo $GITHUB_OUTPUT
- name: Create release in forked repository
run: |
echo $GITHUB_OUTPUT
git tag -a "$GITHUB_OUTPUT" -m "Release notes for $GITHUB_OUTPUT"
git push origin "$GITHUB_OUTPUT"

0 comments on commit e93d3c3

Please sign in to comment.