Skip to content

Commit

Permalink
Update trigger.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
NanuIjaz authored Jan 25, 2024
1 parent 67683db commit 7a24e87
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/trigger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check for new release
uses: actions/checkout@v2
with:
fetch-depth: 0
run: |
upstreamTag=$(curl -s "https://api.github.com/repos/IntersectMBO/cardano-db-sync/releases/latest" | jq -r '.tag_name')
forkedTag=$(git describe --tags --abbrev=0)
Expand Down

0 comments on commit 7a24e87

Please sign in to comment.