File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 71
71
--dev-branch "${{ inputs.dev-branch }}" \
72
72
--minor-identifier="${{ inputs.minor-identifier }}" \
73
73
--major-identifier="${{ inputs.major-identifier }}" \
74
- ${{ inputs.skip-prerelease == 'true' && '--skip-prerelease' || '' }} \
75
- --version-prefix " ${{ inputs.prefix }}" )
74
+ --version-prefix " ${{ inputs.prefix }}" \
75
+ ${{ inputs.skip-prerelease == 'true' && '--skip-prerelease' || '' }} )
76
76
77
77
echo "previous-version=$PREVIOUS_VERSION" >> $GITHUB_OUTPUT
78
78
echo "Previous Version: $PREVIOUS_VERSION"
87
87
--minor-identifier="${{ inputs.minor-identifier }}" \
88
88
--major-identifier="${{ inputs.major-identifier }}" \
89
89
--log-paths="${{ inputs.log-paths }}" \
90
- ${{ inputs.skip-prerelease == 'true' && '--skip-prerelease' || '' }} \
91
- --version-prefix " ${{ inputs.prefix }}" )
90
+ --version-prefix " ${{ inputs.prefix }}" \
91
+ ${{ inputs.skip-prerelease == 'true' && '--skip-prerelease' || '' }} )
92
92
93
93
echo "version=$VERSION" >> $GITHUB_OUTPUT
94
94
echo "New Version: $VERSION"
You can’t perform that action at this time.
0 commit comments