mirror of
https://github.com/rustfs/rustfs.git
synced 2026-09-01 09:48:20 +00:00
fd8ddf0a02
The check_preview_release_workflow.sh script uses exact line matching (grep -Fxq) to verify the cleanup-preview-releases job contains: gh release delete "$preview_tag" --yes The extra --repo flag is unnecessary in GitHub Actions context since gh auto-detects the repository from GITHUB_REPOSITORY, and it causes the Workflow Pin Report check to fail on all PRs.