mirror of
https://github.com/bia-technologies/yaxunit.git
synced 2024-12-12 09:04:01 +02:00
Update sq.yml
This commit is contained in:
parent
ed1ab67b03
commit
e09268c4b8
2
.github/workflows/sq.yml
vendored
2
.github/workflows/sq.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
||||
|
||||
- name: Extract version
|
||||
shell: bash
|
||||
run: echo "##[set-output name=version;]` cat ./exts/yaxunit/src/Configuration/Configuration.mdo | grep -oP '<version>(.*)<\/version>'`"
|
||||
run: echo "##[set-output name=version;]` cat ./exts/yaxunit/src/Configuration/Configuration.mdo | grep -oP '(?<=<version>)[\d.]+'`"
|
||||
id: extract_version
|
||||
|
||||
- name: SonarCloud Scan on push
|
||||
|
Loading…
Reference in New Issue
Block a user