Commit c4ba0ae
committed
fix(ci): pull --rebase before push in publish workflow
The publish workflow failed because the remote main had newer commits
(from a merged PR) that weren't in the CI's checkout. Adding
git pull --rebase before push ensures the version-bump commit
rebases on top of any changes merged during the workflow run.
Also deleted the orphaned v2.0.4 tag from the failed run.1 parent e2beb8e commit c4ba0ae
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
63 | 64 | | |
64 | 65 | | |
65 | 66 | | |
| |||
0 commit comments