Skip to content

Commit

Permalink
fix: allow empty additional options (#479)
Browse files Browse the repository at this point in the history
  • Loading branch information
eifinger committed Jul 25, 2022
1 parent aea60e3 commit c9b2514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.sh
Expand Up @@ -21,4 +21,4 @@ git config --global user.email "action@github.com"
-m semantic_release publish \
-v DEBUG \
-D commit_author="github-actions <action@github.com>" \
"${INPUT_ADDITIONAL_OPTIONS}"
${INPUT_ADDITIONAL_OPTIONS}

0 comments on commit c9b2514

Please sign in to comment.