We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4be4819 + 3539f9e commit 995fc07Copy full SHA for 995fc07
action.yml
@@ -82,6 +82,7 @@ runs:
82
--dev-branch "${{ inputs.dev-branch }}" \
83
--minor-identifier="${{ inputs.minor-identifier }}" \
84
--major-identifier="${{ inputs.major-identifier }}" \
85
+ --log-paths="${{ inputs.log-paths }}" \
86
${{ inputs.skip-prerelease == 'true' && '--skip-prerelease' || '' }} \
87
--version-prefix "${{ inputs.prefix }}")
88
0 commit comments