fix workflow syntax
Some checks failed
Build iso when a new version is pushed / test (push) Failing after 12s

This commit is contained in:
2025-04-15 20:01:32 +02:00
parent 7887f3c650
commit b55c6baf47

View File

@ -20,7 +20,7 @@ jobs:
#- name: build iso #- name: build iso
# run: make iso # run: make iso
- name: get commit tag - name: get commit tag
id: vars id: vars
run: echo "TAG=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT run: echo "TAG=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT