We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4358c33 commit 1dc8d3fCopy full SHA for 1dc8d3f
.github/workflows/release.yml
@@ -50,7 +50,7 @@ jobs:
50
# Get the latest workflow run ID for the branch
51
run_id=$(gh run list --branch $branch_name --workflow "Build Release" --limit 1 --json databaseId | jq -r '.[0].databaseId')
52
53
- if [ -z "$run_id" ]; then
+ if [ "$run_id" = "null" ]; then
54
echo "No build workflow run found for branch $branch_name"
55
else
56
echo "Found build workflow run ID: $run_id"
0 commit comments