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 07da177 commit aa62048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
id: jq_filter
run: |
echo '${{ steps.get_latest_release.outputs.data }}' | jq \
'.repository.releases.nodes[].releaseAssets.nodes[] | map(select(.name | endswith(".blockmap")).id)'
'.repository.releases.nodes[].releaseAssets.nodes[] | select(.name | endswith(".blockmap")).id'
- name: Get the result
run: |
Expand Down

0 comments on commit aa62048

Please sign in to comment.