Skip to content

Commit 3ceed1c

Browse files
committed
Create local master ref for changesets
1 parent 97140b3 commit 3ceed1c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/eslint-check.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ jobs:
3434
env:
3535
PUPPETEER_SKIP_DOWNLOAD: true
3636
- name: Fetch master for changesets
37-
run: git fetch origin master:refs/remotes/origin/master --depth=1
37+
run: |
38+
git fetch origin master:refs/remotes/origin/master --depth=1
39+
git branch -f master origin/master
3840
- name: Validate changesets
3941
run: yarn lint:changesets
4042
- name: Build Packages

0 commit comments

Comments
 (0)