Commit 21bb469
authored
fix: run changesets publish via package script (#556)
## Summary
- add a `release-packages` script that builds and then publishes
- update `changesets/action` to call that script instead of passing `&&`
in the `publish` input
## Why
The release workflow on `main` is currently failing inside
`changesets/action` because it tries to execute `yarn build && yarn
release` as argv, and Yarn treats `&&` as an unexpected argument.1 parent 0d89e76 commit 21bb469
2 files changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
0 commit comments