fix: Modify release deletion command in workflow (#3307)
Removed the cleanup-tag option from the release delete command. <!-- .github/pull_request_template.md --> ## ๐ Description If a prior release failed, and retagged. This step would delete the tag and retag it at the wrong place, although checkout would be done before that, following the correct tag prior to deletion. It causes some confusion about what the release contains due to the difference between the tag released worked on and the incorrect retag that will be presented on GitHub when the deletion is triggered by running the release workflow when the release page exists (likely means previous failed release, posted release page but didn't make it thru wheel building and publishing. then likely also retagged, not on main) thanks to @dierksen root causing it ## ๐ Related Issues <!-- Link any related issues here --> ## ๐ Pull Request Checklist Thank you for contributing to FlashInfer! Before we review your pull request, please make sure the following items are complete. ### โ Pre-commit Checks - [ ] I have installed `pre-commit` by running `pip install pre-commit` (or used your preferred method). - [ ] I have installed the hooks with `pre-commit install`. - [ ] I have run the hooks manually with `pre-commit run --all-files` and fixed any reported issues. > If you are unsure about how to set up `pre-commit`, see [the pre-commit documentation](https://pre-commit.com/). ## ๐งช Tests - [ ] Tests have been added or updated as needed. - [ ] All tests are passing (`unittest`, etc.). ## Reviewer Notes <!-- Optional: anything you'd like reviewers to focus on, concerns, etc. --> <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Updated release workflow tag handling process during release creation. [](https://app.coderabbit.ai/change-stack/flashinfer-ai/flashinfer/pull/3307) <!-- end of auto-generated comment: release notes by coderabbit.ai -->
A
Alex Yang committed
196e12111bf5431b76bfbec6d85b0dfc86813049
Parent: ed0f5f8
Committed by GitHub <noreply@github.com>
on 5/14/2026, 1:25:33 PM