-
-
Notifications
You must be signed in to change notification settings - Fork 422
Commit c40f1e5
authored
[skip changelog] Fix release process (#1163)
The current release process uses git to get the tag at the current
commit. It might happen that are are multiple tags when calling that
command, in cases the rc and the final release are done on the same
commit, that would make the build process to fail.
This fixes that issue by taking only one tag.1 parent d92816b commit c40f1e5
1 file changed
+1
-1
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
212 | 212 |
| |
213 | 213 |
| |
214 | 214 |
| |
215 | - | ||
215 | + | ||
216 | 216 |
| |
217 | 217 |
| |
218 | 218 |
| |
|
0 commit comments