refactor(build): changes to add in releasing from build
This commit is contained in:
@@ -121,6 +121,14 @@ function Update-BuildNumber {
|
||||
|
||||
Write-Host "Zipping up the release"
|
||||
npm run release:createZip
|
||||
|
||||
$choice = Read-Host "Are we going to create a release? y/N"
|
||||
|
||||
if ($choice -eq "y" -or $choice -eq "Y") {
|
||||
npm run release:gitea $version
|
||||
npm run release:publish
|
||||
}
|
||||
|
||||
break
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user