1
0
mirror of https://github.com/bia-technologies/yaxunit.git synced 2024-12-03 08:45:31 +02:00

Update sq.yml

This commit is contained in:
Maximov Valery 2023-02-03 09:41:45 +03:00 committed by GitHub
parent 59f0e247d3
commit ed1ab67b03
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 ./yaxunit/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>(.*)<\/version>'`"
id: extract_version
- name: SonarCloud Scan on push