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 92c7bec commit 98d78ecCopy full SHA for 98d78ec
action.yml
@@ -71,7 +71,8 @@ runs:
71
--dev-branch "${{ inputs.dev-branch }}" \
72
--minor-identifier="${{ inputs.minor-identifier }}" \
73
--major-identifier="${{ inputs.major-identifier }}" \
74
- --version-prefix "${{ inputs.prefix }}")
+ --log-paths="${{ inputs.log-paths }}" \
75
+ --version-prefix "${{ inputs.prefix }}")
76
77
echo "::set-output name=version::$VERSION"
78
echo "New Version: $VERSION"
0 commit comments