Skip to content

Commit 3d41e35

Browse files
committed
Fix build
1 parent 8b8cb7a commit 3d41e35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ jobs:
244244
id: compute-version
245245
shell: pwsh
246246
run: |
247-
$date = Get-Date -Format "yyyy.MM.dd"
247+
$date = Get-Date -Format "yyyy.M.d"
248248
$buildNumber = "${{ github.run_number }}"
249249
$version = "$date-mc.$buildNumber"
250250
echo "version=$version" >> $env:GITHUB_OUTPUT

0 commit comments

Comments
 (0)