fix(release): Enhance release workflow by adding a step to free disk space before publish#267
Conversation
…ublishing packages. This step ensures sufficient storage by removing unnecessary directories, improving the overall build process efficiency.
|
💬 Discussion in Slack: #pr-review-cli-267-fix-release-enhance-release-workflow-by-adding-a-step-to-free Posted by Review Police — reviews, comments, new commits, and CI failures will stream into this channel. |
|
| Filename | Overview |
|---|---|
| .github/workflows/release_build_infisical_cli.yml | Adds a "Free disk space before publish" step that removes unused toolchains (dotnet, Android SDK, GHC, CodeQL) immediately before the S3 publish step; the removed directories are not used by any step in this job. |
Reviews (1): Last reviewed commit: "Enhance release workflow by adding a ste..." | Re-trigger Greptile
Description 📣
Type ✨