Skip to content

Commit

Permalink
🎻
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryo Arima committed Sep 7, 2024
1 parent 6a5071e commit f1713c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ function push-rpm(){
}

function update-readme(){
RUN_ID=$(gh run list --limit 1 --json databaseId,status --jq '.[0].databaseId')
RUN_ID=$(gh run list --json databaseId,status,name --jq 'limit(1; .[] | select(.name == "Release")) | .databaseId')
gh run view $RUN_ID --json jobs --jq '[.jobs[] | {name: .name, conclusion: .conclusion}]' > status.json

rm -f ./docs/readme/status.md
Expand Down

0 comments on commit f1713c1

Please sign in to comment.