Commit f96b70e
authored
chore: remove main branch check (#203)
since v4.0.0, actions/checkout only checks out the specific ref fetched,
in our case the tag from which we're building a release.
as a consequence, it doesn't fetch the main branch, and does not know on
which ref origin/main is. this is making the check tag step fail
consistently.
since the release workflow is only triggered on tag push, remove the
check to fix the issue.1 parent 6483e76 commit f96b70e
1 file changed
Lines changed: 0 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | 21 | | |
29 | 22 | | |
30 | 23 | | |
| |||
0 commit comments