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.
1 parent a611089 commit 9277913Copy full SHA for 9277913
action.yml
@@ -86,7 +86,7 @@ runs:
86
--dev-branch "${{ inputs.dev-branch }}" \
87
--minor-identifier="${{ inputs.minor-identifier }}" \
88
--major-identifier="${{ inputs.major-identifier }}" \
89
- --log-paths="${{ inputs.log-paths }}" \
+ --log-paths="${{ inputs.log-paths }}" \
90
--version-prefix "${{ inputs.prefix }}" \
91
${{ inputs.skip-prerelease == 'true' && '--skip-prerelease' || '' }})
92
0 commit comments