Skip to content

Commit

Permalink
fix: alpha版本号未更新
Browse files Browse the repository at this point in the history
  • Loading branch information
VillagerTom committed Jan 3, 2025
1 parent 752af6b commit 63dd8a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
"https://api.github.com/repos/${{ github.repository }}/actions/workflows/build-alpha.yml/runs?status=completed&per_page=2")
previous_run_id=$(echo $workflow_runs | jq -r '.workflow_runs[0].id')
previous_run_success=0
if (echo $workflow_runs | jq -r '.workflow_runs[1].conclusion' | grep -q 'success'); then
if (echo $workflow_runs | jq -r '.workflow_runs[0].conclusion' | grep -q 'success'); then
previous_run_success=1
fi
echo "Previous run ID: $previous_run_id"
Expand Down

0 comments on commit 63dd8a4

Please sign in to comment.