Skip to content

Commit 3f4af40

Browse files
fix extract_version
1 parent 456a204 commit 3f4af40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/qa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787

8888
- name: Извлечение версии пакета
8989
shell: bash
90-
run: echo "##[set-output name=version;]$(grep "Возврат" src/core/Модули/ПараметрыСистемы.os | grep -oP '"\K[^"]+' | head -1)"
90+
run: echo "##[set-output name=version;]$(grep "Возврат" src/core/Модули/ПараметрыСистемы.os | grep -oP '"\K[0-9]+\.[0-9]+\.[0-9]+(?=")' | head -1)"
9191
id: extract_version
9292

9393
- name: Установка sonar-scanner

0 commit comments

Comments
 (0)