Skip to content
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 v4 release workflow #14167

Merged
merged 6 commits into from
Aug 9, 2024
Merged

Fix v4 release workflow #14167

merged 6 commits into from
Aug 9, 2024

Conversation

RobinMalfait
Copy link
Member

@RobinMalfait RobinMalfait commented Aug 9, 2024

This PR fixes the release workflow

  • We added a postbuild step so that any arguments/flags passed to the pnpm run build command are forwarded to the underlying command.
  • We made sure that we run any pnpm specific flags before the actual command
  • Cleaned up the CI workflow a bit

This allows us to keep the `pnpm run build` an alias for `turbo`.
Passing any flags to the `pnpm run build` command will correctly format
it to the `turbo build` step.
@RobinMalfait RobinMalfait force-pushed the fix/always-setup-rustup-stable branch from 04fdd18 to 2141668 Compare August 9, 2024 17:35
@RobinMalfait RobinMalfait changed the title Fix v4 release Fix v4 release workflow Aug 9, 2024
This way the flags are passed to `pnpm` itself instead of the underlying
command.
None of the items in the matrix have a `setup` step. We can just drop
this now.
@RobinMalfait RobinMalfait force-pushed the fix/always-setup-rustup-stable branch from 2141668 to 4492713 Compare August 9, 2024 17:43
@RobinMalfait RobinMalfait merged commit 558dcd5 into next Aug 9, 2024
2 checks passed
@RobinMalfait RobinMalfait deleted the fix/always-setup-rustup-stable branch August 9, 2024 17:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants