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 951a9d6 commit f3d1f15
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/create-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ jobs:
run: |
latestTag=$(curl -s "https://api.github.com/repos/IntersecMBO/cardano-node/releases/latest" | jq -r '.tag_name')
echo "{latestTag}={$latestTag}" >> $GITHUB_OUTPUT
- name: Create release in forked repository
run: |
git tag -a "${{ GITHUB_OUTPUT }}" -m "Release notes for ${{ GITHUB_OUTPUT }}"
git push origin "${{ GITHUB_OUTPUT }}"
git tag -a "$GITHUB_OUTPUT" -m "Release notes for $GITHUB_OUTPUT"
git push origin "$GITHUB_OUTPUT"

0 comments on commit f3d1f15

Please sign in to comment.