We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 454ef1a + 3070d66 commit 877bb11Copy full SHA for 877bb11
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