Commit 849e146
authored
ci: push tags and skip unnecessary rebases in sync workflow (#9)
* ci: push merged lightweight tags in sync workflow
Since `--follow-tags` only pushes annotated tags, we need to separately
list merged tags and push them by name.
Signed-off-by: Daniel Hast <hast.daniel@protonmail.com>
* ci: skip unnecessary rebases in sync workflow
If the commit we would rebase to is already present on the working
branch, we skip the rebase since that means we wouldn't be pushing any
new commits.
---------
Signed-off-by: Daniel Hast <hast.daniel@protonmail.com>1 parent d5e11bf commit 849e146
1 file changed
+16
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
50 | | - | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
0 commit comments