Skip to content

Commit 3e5d06e

Browse files
committed
compare with origin master
1 parent c99efd6 commit 3e5d06e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/changesets.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ jobs:
1212
steps:
1313
- name: Checkout Repo
1414
uses: actions/checkout@v2
15-
with:
16-
## fetch all history for all branches and tags, so we can compare with master
17-
fetch-depth: 0
1815

1916
- name: Show branches
2017
run: git branch
@@ -28,4 +25,4 @@ jobs:
2825
run: yarn
2926

3027
- name: Check if any Changeset file exists
31-
run: yarn changeset status --since=master
28+
run: yarn changeset status --since=origin/master

0 commit comments

Comments
 (0)