mirror of
https://github.com/progsource/maddy.git
synced 2026-03-25 07:50:39 +01:00
Fix workflow indentation
This commit is contained in:
2
.github/workflows/create-release-package.yml
vendored
2
.github/workflows/create-release-package.yml
vendored
@@ -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/}
|
||||||
|
|||||||
Reference in New Issue
Block a user