Skip to content

Commit 7318272

Browse files
committed
Fix workflow indentation
1 parent 100eb59 commit 7318272

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-release-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
cmake -DMADDY_CREATE_PACKAGE=ON ..
2626
make maddy_package
2727
28-
- name: Get current tag message
28+
- name: Get current tag message
2929
id: tag-message
3030
run: |
3131
TAG_NAME=${GITHUB_REF#refs/tags/}

0 commit comments

Comments
 (0)