-
Notifications
You must be signed in to change notification settings - Fork 11
feat: fix release pipeline #232
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Caution Review failedThe pull request is closed. WalkthroughThe Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes
Possibly related PRs
Suggested reviewers
Poem
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: ASSERTIVE Plan: Pro 📒 Files selected for processing (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Deploying arka with
|
| Latest commit: |
475a3c4
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://3e459531.arka-3qg.pages.dev |
| Branch Preview URL: | https://feat-fix-release-pipeline.arka-3qg.pages.dev |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
Caution
Some comments are outside the diff and can’t be posted inline due to platform limitations.
⚠️ Outside diff range comments (1)
.github/workflows/release.yml (1)
18-21: Remove unused bun setup steps.The workflow still sets up bun (expensive in CI time), but the modified version extraction steps no longer use it. If bun is not needed elsewhere in the workflow, remove these setup steps to improve pipeline efficiency.
Apply this diff to all three job sections:
- - name: Setup Bun - uses: oven-sh/setup-bun@v2 - with: - bun-version: 1.0.1Also applies to: 50-53, 82-85
📜 Review details
Configuration used: CodeRabbit UI
Review profile: ASSERTIVE
Plan: Pro
📒 Files selected for processing (1)
.github/workflows/release.yml(3 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
- GitHub Check: Cloudflare Pages
Description
Types of changes
What types of changes does your code introduce?
Further comments (optional)
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.