1
0
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:
Maximov Valery 2023-02-03 09:46:11 +03:00 committed by GitHub
parent ed1ab67b03
commit e09268c4b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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