Skip to content

Commit

Permalink
Update sync-release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
NanuIjaz authored Jan 30, 2024
1 parent dc0cfba commit c46ce80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sync-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
latestTag=$(curl -s "https://api.github.com/repos/IntersectMBO/cardano-db-sync/releases/latest" | jq -r '.tag_name')
echo "${latestTag}"
echo "RELEASE_TAG=${latestTag}" >> $$GITHUB_ENV
echo "$RELEASE_TAG"
- name: Create release in forked repository
run: |
if [ -n "$RELEASE_TAG" ]; then
Expand Down

0 comments on commit c46ce80

Please sign in to comment.