Skip to content

Commit

Permalink
Move dogfooding to develop
Browse files Browse the repository at this point in the history
Closes #25
  • Loading branch information
baynezy committed Mar 22, 2024
1 parent 531361c commit 0104504
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/branch-hotfix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: |
echo "patch_version=$(($(cat semver.json | jq -r '.patch')+1))" > $GITHUB_OUTPUT
- name: Store New Version
uses: Afterlife-Guide/SemVer.Action@feature/issue-16-action
uses: Afterlife-Guide/SemVer.Action@develop
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 @@ -24,7 +24,7 @@ jobs:
run: git checkout -b release/${{ github.event.inputs.major_version }}.${{ github.event.inputs.minor_version }}.${{ github.event.inputs.patch_version }}.${{ github.run_number }}

- name: Update Version Number
uses: Afterlife-Guide/SemVer.Action@feature/issue-16-action
uses: Afterlife-Guide/SemVer.Action@develop
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@v4
- name: Get Version
id: get-version
uses: Afterlife-Guide/SemVer.Action@feature/issue-16-action
uses: Afterlife-Guide/SemVer.Action@develop
with:
path: 'semver.json'
- id: set-version
Expand Down

0 comments on commit 0104504

Please sign in to comment.