Build scripts

Former-commit-id: b0949c8d8eaa55c73df0757b86fce288d11911b0 [formerly 16a4238ed1fb4c88be97f24926d61f5526e665f2] [formerly b25a43428a0ffc6341004a1bae1bbbf913fc943c] [formerly 8905110294c480812df0aa062455aff7e120162a [formerly e55efeb0ccf4018ed6dc88c4eead93a7bd70d8c4 [formerly 36b38db5d10a237534d1a1657b02196eed1acad1]]]
Former-commit-id: 5f8dd8bf0eb1816bef8ffc76be73d5ad17c90776 [formerly 497a8314fab051c741d330b419c5b616babf8675 [formerly 014c372e24d8319f82ebbe77dbe220b74c2c18ad]]
Former-commit-id: 3a1afc5e05afd4982d54725bdaed606b67be5e24 [formerly 5c5ac1fc484c2ce8b1786d0e66d8aa9d7e5daae9]
Former-commit-id: 3b8870ea78a88e19e4cd0ec0e36d878d4c942d32
This commit is contained in:
Jaifroid 2022-04-11 04:59:00 +01:00
parent a170678e6b
commit a68fc27cc6
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ if ($electronbuild -eq "cloud") {
'ref' = $branch_name
'inputs' = @{
'target' = 'release'
'version' = $base_tag_origin
'version' = "v$base_tag_origin"
}
} | ConvertTo-Json
ContentType = "application/json"

View File

@ -23,7 +23,7 @@ if ($INPUT_VERSION) {
if (-not $CRON_LAUNCHED) {
if (-not ($from -and $to)) {
"`nFrom and To inputs were not provided or could not be determeined automatically!"
exit 1
exit 0
} else {
"Rewriting draft version from $from to $to..."
}