mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
Fix build when semantic release shows error (#1339)
This commit is contained in:
parent
0d1d7b5a1c
commit
c19fb99877
@ -20,7 +20,7 @@ install:
|
|||||||
skip_tags: true
|
skip_tags: true
|
||||||
before_build:
|
before_build:
|
||||||
- ps: |
|
- ps: |
|
||||||
semantic-release --dry-run | %{
|
semantic-release --dry-run 2>&1 | %{
|
||||||
echo $_
|
echo $_
|
||||||
$fields = -split $_;
|
$fields = -split $_;
|
||||||
if ($fields[0] -eq "#" -or $fields[0] -eq "##") {
|
if ($fields[0] -eq "#" -or $fields[0] -eq "##") {
|
||||||
|
Loading…
Reference in New Issue
Block a user