mirror of
https://github.com/Kareadita/Kavita.git
synced 2025-07-09 03:04:19 -04:00
GA Fixes (#1103)
**Strictly Repo Changes** # Fixed - Fixed: Fixed an issue where patch version was not being added to docker tag.
This commit is contained in:
parent
df7fa6d9d1
commit
d55387f9bc
4
.github/workflows/sonar-scan.yml
vendored
4
.github/workflows/sonar-scan.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user