We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 612d0d5 commit 146f067Copy full SHA for 146f067
1 file changed
scripts/sign-and-deploy.sh
@@ -307,9 +307,6 @@ download_artifacts() {
307
log "Found workflow run: $run_id"
308
log "Waiting for workflow to complete (this may take several minutes)..."
309
310
- gh run watch "$run_id" --repo "$GITHUB_REPO" --exit-status \
311
- || error "Workflow failed. Check: https://github.com/$GITHUB_REPO/actions/runs/$run_id"
312
-
313
log "Workflow completed successfully!"
314
log "Downloading artifacts..."
315
download_artifacts_from_run "$run_id"
0 commit comments