File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3333 run : |
3434 echo "patch_version=$(($(cat semver.json | jq -r '.patch')+1))" > $GITHUB_OUTPUT
3535 - name : Store New Version
36- uses : Afterlife-Guide/SemVer.Action@1.0.9.11
36+ uses : Afterlife-Guide/SemVer.Action@1.1.1.16
3737 with :
3838 path : semver.json
3939 major-version : ${{ needs.get-version.outputs.major }}
Original file line number Diff line number Diff line change 2424 run : git checkout -b release/${{ github.event.inputs.major_version }}.${{ github.event.inputs.minor_version }}.${{ github.event.inputs.patch_version }}.${{ github.run_number }}
2525
2626 - name : Update Version Number
27- uses : Afterlife-Guide/SemVer.Action@1.0.9.11
27+ uses : Afterlife-Guide/SemVer.Action@1.1.1.16
2828 with :
2929 path : semver.json
3030 major-version : ${{ github.event.inputs.major_version }}
Original file line number Diff line number Diff line change 4242 uses : actions/checkout@v4
4343 - name : Get Version
4444 id : get-version
45- uses : Afterlife-Guide/SemVer.Action@1.0.9.11
45+ uses : Afterlife-Guide/SemVer.Action@1.1.1.16
4646 with :
4747 path : ' semver.json'
4848 - id : set-version
You can’t perform that action at this time.
0 commit comments