Skip to content

Commit 9ba924c

Browse files
committed
Put tag_prefix in quotes for GitHub Action
1 parent dad8167 commit 9ba924c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ runs:
1515
using: docker
1616
image: Dockerfile
1717
args:
18-
- --changelog ${{ inputs.changelog }} --tag-prefix '${{ inputs.tag_prefix }}'
18+
- --changelog ${{ inputs.changelog }} --tag-prefix "${{ inputs.tag_prefix }}"
1919
env:
2020
GITHUB_TOKEN: ${{ inputs.github_token }}

0 commit comments

Comments
 (0)