**Strictly Repo Changes**
# Fixed
- Fixed: Fixed an issue where patch version was not being added to docker tag.
This commit is contained in:
Robbie Davis 2022-02-21 16:39:25 -05:00 committed by GitHub
parent df7fa6d9d1
commit d55387f9bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -186,9 +186,7 @@ jobs:
- name: Parse Version
run: |
version='${{steps.get-version.outputs.assembly-version}}'
newVersion=${version%.*}
echo $newVersion
echo "::set-output name=VERSION::$newVersion"
echo "::set-output name=VERSION::$version"
id: parse-version
- name: Echo csproj version