Skip to content

Commit

Permalink
Fix #11003: [Platform Engineering] Add-ons package format is not cons…
Browse files Browse the repository at this point in the history
…istent for "days" part
  • Loading branch information
sescalada committed Jul 4, 2024
1 parent 4dfaecd commit 5a9bb23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
$suffix = "-$suffix";
}
$version = "$(Get-Date -Format "yyyy.M.dd").$env:GITHUB_RUN_NUMBER$suffix"
$version = "$(Get-Date -Format "yyyy.M.d").$env:GITHUB_RUN_NUMBER$suffix"
echo "BUILD_VERSION=$version" | Out-File -FilePath $Env:GITHUB_ENV -Encoding utf8 -Append
echo "version=$version" | Out-File -FilePath $Env:GITHUB_OUTPUT -Encoding utf8 -Append
Expand Down

0 comments on commit 5a9bb23

Please sign in to comment.