mirror of
https://github.com/Kareadita/Kavita.git
synced 2025-07-09 03:04:19 -04:00
Updating GA to parse version (#1101)
This commit is contained in:
parent
fe6308f733
commit
84697a40cf
8
.github/workflows/sonar-scan.yml
vendored
8
.github/workflows/sonar-scan.yml
vendored
@ -183,6 +183,14 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
proj-path: Kavita.Common/Kavita.Common.csproj
|
proj-path: Kavita.Common/Kavita.Common.csproj
|
||||||
|
|
||||||
|
- name: Parse Version
|
||||||
|
run: |
|
||||||
|
version='${{steps.get-version.outputs.assembly-version}}'
|
||||||
|
newVersion=${version%.*}
|
||||||
|
echo $newVersion
|
||||||
|
echo "::set-output name=VERSION::$newVersion"
|
||||||
|
id: parse-version
|
||||||
|
|
||||||
- name: Echo csproj version
|
- name: Echo csproj version
|
||||||
run: echo "${{steps.get-version.outputs.assembly-version}}"
|
run: echo "${{steps.get-version.outputs.assembly-version}}"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user