Skip to content

Commit

Permalink
Forgot to checkout next-major
Browse files Browse the repository at this point in the history
  • Loading branch information
kschrief committed Mar 25, 2024
1 parent 5ebcecc commit 2ca3e70
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/merge-to-next-major.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@ jobs:
git add package.json && git commit -m "Sync version to ${{ steps.extract_version.outputs.version }}"
fi
# Checkout "next-major"
- name: Checkout next-major
run: git checkout "next-major"

- name: Perform the merge from next to next-major
run: |
git merge next
Expand Down

0 comments on commit 2ca3e70

Please sign in to comment.