Skip to content

Commit

Permalink
Fix changeset workflow with a different solution
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisli30 committed Oct 27, 2024
1 parent d720623 commit 13cba68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-changeset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Fetch main branch
run: |
git fetch origin main
git branch -f main origin/main
git merge-base --is-ancestor origin/main HEAD || echo "Main branch is ahead"
- name: Setup Node.js
uses: actions/setup-node@v3
Expand Down

0 comments on commit 13cba68

Please sign in to comment.