We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 454ef1a commit 3070d66Copy full SHA for 3070d66
1 file changed
action.yml
@@ -85,7 +85,7 @@ runs:
85
--dev-branch "${{ inputs.dev-branch }}" \
86
--minor-identifier="${{ inputs.minor-identifier }}" \
87
--major-identifier="${{ inputs.major-identifier }}" \
88
- --log-paths="${{ inputs.log-paths }}" \
+ --log-paths="${{ inputs.log-paths }}" \
89
${{ inputs.skip-prerelease == 'true' && '--skip-prerelease' || '' }} \
90
--version-prefix "${{ inputs.prefix }}")
91
0 commit comments