Commit d78771c
committed
RELEASE.md: tweak push step [no ci]
Instead of pushing to master and the tag in the same
command, let's separate it because I just got a case
in which master received the commit before the tag
(even if the tag appears first in the push command)
and then a pre-release was created in nuget because of
that. This should not happen if the tag is already there
when the CI for master branch starts, thanks to this fix
from some time ago:
fa788db1 parent 703db5b commit d78771c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments