Skip to content

Commit da8bca7

Browse files
committed
fix indentation issue
Signed-off-by: Thijs Baaijen <[email protected]>
1 parent 4b6e34e commit da8bca7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-test-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ on:
1414
description: Create a (pre-)release when CI passes
1515
default: false
1616
required: false
17-
outputs:
18-
tag:
19-
description: "The created release tag"
20-
value: ${{ jobs.github-release.outputs.tag }}
17+
outputs:
18+
tag:
19+
description: "The created release tag"
20+
value: ${{ jobs.github-release.outputs.tag }}
2121

2222
# run this workflow manually from the Actions tab
2323
workflow_dispatch:

0 commit comments

Comments
 (0)