Skip to content

Commit e76e995

Browse files
committed
add hour + minute to dev alpha versions
1 parent c5ee55d commit e76e995

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-smapi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ jobs:
8888
shell: pwsh
8989
run: |
9090
$updatedPatch = [int]${{steps.smapi-version.outputs.smapi_patch}} + 1
91-
$date = Get-Date -Format 'yyyyMMdd'
92-
$updatedVersion = "${{steps.smapi-version.outputs.smapi_major}}.${{steps.smapi-version.outputs.smapi_minor}}.$updatedPatch-alpha.$date"
91+
$timestamp = Get-Date -Format 'yyyyMMdd-HHmm'
92+
$updatedVersion = "${{steps.smapi-version.outputs.smapi_major}}.${{steps.smapi-version.outputs.smapi_minor}}.$updatedPatch-alpha.$timestamp"
9393
9494
"VERSION=$updatedVersion" | Out-File $env:GITHUB_ENV -Append
9595

0 commit comments

Comments
 (0)