fix(cicd): try different quotes
Some checks failed
Build / build (push) Failing after 45s

This commit is contained in:
Jiří Štefka 2023-11-21 20:26:56 +01:00
parent 1d22c1e9c1
commit b104e22c7a
Signed by: jiriks74
GPG Key ID: 1D5E30D3DB2264DE

@ -26,7 +26,8 @@ jobs:
- name: Extract Version Tag
if: steps.check-existing.conclusion == 'success'
id: extract-version
run: echo "docker_tag=$(git describe --tags --abbrev=0 | cut -d 'v' -f2-)" >> GITHUB_OUTPUT
# run: echo "docker_tag=$(git describe --tags --abbrev=0 | cut -d 'v' -f2-)" >> GITHUB_OUTPUT
run: echo "docker_tag='$(git describe --tags --abbrev=0 | cut -d \'v\' -f2-)'" >> GITHUB_OUTPUT
shell: bash
- name: Remove temporary files