Skip to content

Commit 3070d66

Browse files
fix: remove breaking space in action.yaml
1 parent 454ef1a commit 3070d66

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

0 commit comments

Comments
 (0)