Fix workflow indentation

This commit is contained in:
Petra Baranski
2025-03-28 05:17:38 +01:00
parent 100eb59bc8
commit 731827264e

View File

@@ -25,7 +25,7 @@ jobs:
cmake -DMADDY_CREATE_PACKAGE=ON .. cmake -DMADDY_CREATE_PACKAGE=ON ..
make maddy_package make maddy_package
- name: Get current tag message - name: Get current tag message
id: tag-message id: tag-message
run: | run: |
TAG_NAME=${GITHUB_REF#refs/tags/} TAG_NAME=${GITHUB_REF#refs/tags/}