Skip to content

Commit

Permalink
Fix deploy script to work with newer gh versions
Browse files Browse the repository at this point in the history
  • Loading branch information
printfn committed Sep 6, 2023
1 parent a4e720a commit 3b1efd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrib/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,8 @@ git push origin main

echo "Waiting for CI to start..."
sleep 5
GH_RUN_ID=$(gh run list -b main --json databaseId,headSha \
| jq ".[] | select(.headSha == \"$RELEASE_COMMIT_HASH\") | .databaseId")
GH_RUN_ID=$(gh run list --json databaseId,headSha --jq ".[] \
| select(.headSha == \"$RELEASE_COMMIT_HASH\") | .databaseId")

manualstep "Wait for GitHub CI to pass"

Expand Down

0 comments on commit 3b1efd3

Please sign in to comment.