Commit e237529
committed
fix(ci): reset checkout before canary publish
changesets/action modifies the working directory when creating the
version PR (bumps version, deletes changeset files). The canary step
was running in that modified state, publishing the bumped version
with the canary tag instead of a proper snapshot.
Fix: checkout the original commit before running canary snapshot.1 parent da9b52c commit e237529
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
56 | 59 | | |
57 | 60 | | |
0 commit comments