Skip to content

Commit

Permalink
Use 3 digits for version number
Browse files Browse the repository at this point in the history
  • Loading branch information
jaapvandenhandel authored Oct 24, 2021
1 parent 48beaf2 commit 201d4e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/BuildAndRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
# shell: powershell

- name: Update AssemblyVersion and AssemblyFileVersion
run: ./SetVersion.ps1 "${{ steps.gitversion.outputs.assemblySemVer }}"
run: ./SetVersion.ps1 "${{ steps.gitversion.outputs.SemVer }}"
shell: powershell

- name: Add MSBuild to PATH
Expand Down

0 comments on commit 201d4e0

Please sign in to comment.