Skip to content

Commit

Permalink
Postaction
Browse files Browse the repository at this point in the history
  • Loading branch information
kashamalasha committed Aug 11, 2023
1 parent e399bde commit 14df247
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,8 @@ jobs:
- name: Filter requested data
id: jq_filter
run: |
echo "${{ steps.get_latest_release.outputs.data }}" |
jq '.repository.releases.nodes[].releaseAssets.nodes[] |
select(.name | endswith(".blockmap"))'
echo '${{ steps.get_latest_release.outputs.data }}' | jq \
'.repository.releases.nodes[].releaseAssets.nodes[] | map(select(.name | endswith(".blockmap")).id)'
- name: Get the result
run: |
Expand Down

0 comments on commit 14df247

Please sign in to comment.