File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -228,15 +228,15 @@ jobs:
228228 steps:
229229 - if: ${{ inputs.pre || github.event.release.prerelease }}
230230 name: Increment Pre-Release Version
231- uses: optum/semver-cli@2.0.3
231+ uses: optum/semver-cli@2.0.4
232232 with:
233233 action: inc
234234 prerelease: pre${{ github.run_number }}
235235 build: ${{ github.run_id }}
236236
237237 - id: version
238238 name: Get Version
239- uses: optum/semver-cli@2.0.3
239+ uses: optum/semver-cli@2.0.4
240240
241241 - run: echo "The calculated ${{ steps.version.outputs.version }}"
242242```
Original file line number Diff line number Diff line change 1- 2.0.3
1+ 2.0.4
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ branding:
66inputs :
77 version :
88 description : Version
9- default : 2.0.3
9+ default : 2.0.4
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 = "2.0.3 " ;
5+ export const version = "2.0.4 " ;
You can’t perform that action at this time.
0 commit comments