File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -226,15 +226,15 @@ jobs:
226226 steps:
227227 - if: ${{ inputs.pre || github.event.release.prerelease }}
228228 name: Increment Pre-Release Version
229- uses: optum/semver-cli@1.0.6
229+ uses: optum/semver-cli@1.0.7
230230 with:
231231 action: inc
232232 prerelease: pre${{ github.run_number }}
233233 build: ${{ github.run_id }}
234234
235235 - id: version
236236 name: Get Version
237- uses: optum/semver-cli@1.0.6
237+ uses: optum/semver-cli@1.0.7
238238
239239 - run: echo "The calculated ${{ steps.version.outputs.version }}"
240240```
Original file line number Diff line number Diff line change 1- 1.0.6
1+ 1.0.7
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ branding:
66inputs :
77 version :
88 description : Version
9- default : 1.0.6
9+ default : 1.0.7
1010 token :
1111 description : GitHub Token
1212 required : false
Original file line number Diff line number Diff line change 22 * The current version, kept in sync with VERSION
33 * via the `inc` command. Output with the `--version` flag.
44 */
5- export const version = "1.0.6 " ;
5+ export const version = "1.0.7 " ;
You can’t perform that action at this time.
0 commit comments