Commit d9655a7
committed
fix(cd): Release to staging sequentially to prevent Git conflicts
un the job sequentially to prevent Git conflicts from
`update-config-version` action
e.g. main and tagged release trigger CD job(s), the second job gets a
conflict as it has checked out the branch before first job's commit
has been automatically merged (first action already merged)1 parent 249e9d6 commit d9655a7
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
455 | 455 | | |
456 | 456 | | |
457 | 457 | | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
458 | 463 | | |
459 | 464 | | |
460 | 465 | | |
| |||
0 commit comments