Commit cb4fd40
authored
Only run changeset/actions once. (#88)
## Summary
The `changeset/action` automatically versions, so running it twice in
the same workflow causes the second instance to actually publish what
should instead just be added to a PR.
## How did you test this change?
<!--
Frontend - Leave a screencast or a screenshot to visually describe the
changes.
-->
## Are there any deployment considerations?
<!--
Backend - Do we need to consider migrations or backfilling data?
-->
## Does this work require review from our design team?
<!--
Request review from julian-highlight / our design team
-->1 parent bcc1324 commit cb4fd40
1 file changed
+1
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
| 63 | + | |
71 | 64 | | |
72 | 65 | | |
73 | 66 | | |
| |||
0 commit comments