Skip to content

Commit

Permalink
fix 4 (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
evandcoleman authored Sep 30, 2024
1 parent 4358c33 commit 1dc8d3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
# Get the latest workflow run ID for the branch
run_id=$(gh run list --branch $branch_name --workflow "Build Release" --limit 1 --json databaseId | jq -r '.[0].databaseId')
if [ -z "$run_id" ]; then
if [ "$run_id" = "null" ]; then
echo "No build workflow run found for branch $branch_name"
else
echo "Found build workflow run ID: $run_id"
Expand Down

0 comments on commit 1dc8d3f

Please sign in to comment.