Skip to content

Commit ce4ae6f

Browse files
committed
fix branch name
1 parent 273e5fa commit ce4ae6f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/qa.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ jobs:
4242
- name: Покрытие кода
4343
run: oscript ./tasks/coverage.os true
4444

45+
- name: Compute branch name
46+
uses: nixel2007/branch-name@v3
47+
4548
- name: Извлечение версии пакета
4649
shell: bash
4750
run: echo "##[set-output name=version;]`cat packagedef | grep ".Версия(" | sed 's|[^"]*"||' | sed -r 's/".+//'`"

0 commit comments

Comments
 (0)