Skip to content

Commit

Permalink
update the patch calculation
Browse files Browse the repository at this point in the history
  • Loading branch information
arturcic committed Mar 17, 2022
1 parent d7ae11c commit 9e6a3f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
id: gitversion # step id used as reference for output values
uses: ./gitversion/execute
- run: |
$date = Get-Date -format "yyMMddHHmm"
$date = Get-Date -format "yyMMddHH"
$version = "${{steps.gitversion.outputs.majorMinorPatch}}.$date"
$major = "${{steps.gitversion.outputs.major}}"
$minor = "${{steps.gitversion.outputs.minor}}"
Expand Down

0 comments on commit 9e6a3f8

Please sign in to comment.