-
Notifications
You must be signed in to change notification settings - Fork 71
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
fix: release scripts #1934
base: main
Are you sure you want to change the base?
fix: release scripts #1934
Conversation
Deploying rivet with Cloudflare Pages
|
How to use the Graphite Merge QueueAdd the label merge-queue to this PR to add it to the merge queue. You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
Graphite Automations"Test" took an action on this PR • (01/22/25)1 assignee was added to this PR based on Kacper Wojciechowski's automation. |
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.
PR Summary
This PR reorganizes GitHub Actions workflows and improves release script reliability, focusing on package publishing and dependency management.
- Relocated
.github/pkg-pr-new.yaml
to.github/workflows/pkg-pr-new.yaml
for proper GitHub Actions organization - Added Yarn caching in
release.yaml
to improve build performance - Updated NPM authentication in
release.yaml
to use Yarn's config commands instead of direct .npmrc modification - Optimized dependency installation order by moving corepack enable before Node.js setup
2 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings | Greptile
d4d3846
to
5af42db
Compare
Deploying rivet-hub with Cloudflare Pages
|
946c00e
to
02d4ab7
Compare
Release-As: 25.1.0-rc.1
c7ecabd
to
eb6a6dc
Compare
Changes