mirror of
https://github.com/UglyToad/PdfPig.git
synced 2025-04-05 20:55:01 +08:00
nightly push action rework v10
This commit is contained in:
parent
e1716e0393
commit
7176fc8814
@ -3,5 +3,5 @@ $toolsRoot = (Split-Path -parent $PSCommandPath)
|
||||
$mainVersion = & "$toolsRoot\get-main-version.ps1"
|
||||
$commitHash = (git rev-parse HEAD).Substring(0, 5)
|
||||
$date = [System.DateTime]::UtcNow.ToString('yyyyMMdd')
|
||||
$nightlyVersion = "$mainVersion-alpha-$date`_$commitHash"
|
||||
$nightlyVersion = "$mainVersion-alpha-$date-$commitHash"
|
||||
Write-Output $nightlyVersion
|
Loading…
Reference in New Issue
Block a user