Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/add-hotfix-metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: |
echo "patch_version=$(($(cat semver.json | jq -r '.patch')+1))" > $GITHUB_OUTPUT
- name: Store New Version
uses: Afterlife-Guide/SemVer.Action@2790e24cfc0dc25437d4de95ce0d1eba4f710bce
uses: Afterlife-Guide/SemVer.Action@26d41679e18282ebf330f1b52c3b9d85f3c85785
with:
path: semver.json
major-version: ${{ needs.get-version.outputs.major }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/draft-new-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: git checkout -b release/$MAJOR_VERSION.$MINOR_VERSION.$PATCH_VERSION.$RUN_NUMBER

- name: Update Version Number
uses: Afterlife-Guide/SemVer.Action@2790e24cfc0dc25437d4de95ce0d1eba4f710bce
uses: Afterlife-Guide/SemVer.Action@26d41679e18282ebf330f1b52c3b9d85f3c85785
with:
path: semver.json
major-version: ${{ github.event.inputs.major_version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/step-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
- name: Get Version
id: get-version
uses: Afterlife-Guide/SemVer.Action@2790e24cfc0dc25437d4de95ce0d1eba4f710bce
uses: Afterlife-Guide/SemVer.Action@26d41679e18282ebf330f1b52c3b9d85f3c85785
with:
path: 'semver.json'
- id: set-version
Expand Down
Loading