Skip to content

Commit 9277913

Browse files
authored
fix: trailing space
1 parent a611089 commit 9277913

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
@@ -86,7 +86,7 @@ runs:
8686
--dev-branch "${{ inputs.dev-branch }}" \
8787
--minor-identifier="${{ inputs.minor-identifier }}" \
8888
--major-identifier="${{ inputs.major-identifier }}" \
89-
--log-paths="${{ inputs.log-paths }}" \
89+
--log-paths="${{ inputs.log-paths }}" \
9090
--version-prefix "${{ inputs.prefix }}" \
9191
${{ inputs.skip-prerelease == 'true' && '--skip-prerelease' || '' }})
9292

0 commit comments

Comments
 (0)