We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fd6f61 commit 7fee956Copy full SHA for 7fee956
action.yml
@@ -15,6 +15,8 @@ runs:
15
using: docker
16
image: Dockerfile
17
args:
18
- - | --changelog ${{ inputs.changelog }} ${{ inputs.tag_prefix ? "--tag-prefix " + inputs.tag_prefix : "--no-tag-prefix" }}
+ - >
19
+ --changelog ${{ inputs.changelog }}
20
+ ${{ inputs.tag_prefix ? "--tag-prefix " + inputs.tag_prefix : "--no-tag-prefix" }}
21
env:
22
GITHUB_TOKEN: ${{ inputs.github_token }}
0 commit comments