Skip to content

Commit 7fee956

Browse files
committed
Fix action yaml
1 parent 9fd6f61 commit 7fee956

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

action.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ runs:
1515
using: docker
1616
image: Dockerfile
1717
args:
18-
- | --changelog ${{ inputs.changelog }} ${{ inputs.tag_prefix ? "--tag-prefix " + inputs.tag_prefix : "--no-tag-prefix" }}
18+
- >
19+
--changelog ${{ inputs.changelog }}
20+
${{ inputs.tag_prefix ? "--tag-prefix " + inputs.tag_prefix : "--no-tag-prefix" }}
1921
env:
2022
GITHUB_TOKEN: ${{ inputs.github_token }}

0 commit comments

Comments
 (0)