Skip to content

Commit c19a25d

Browse files
committed
switch to no-rebase
1 parent 5371638 commit c19a25d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check-changeset.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Run changeset script
2727
# pull master so changeset can diff against it
2828
run: |
29-
git pull -f --ff-only origin master:master
29+
git pull -f --no-rebase origin master:master
3030
yarn ts-node-script scripts/ci/check_changeset.ts
3131
id: check-changeset
3232
- name: Print changeset checker output

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Add a changeset for @firebase/app
2626
# pull master so changeset can diff against it
2727
run: |
28-
git pull -f --ff-only origin master:master
28+
git pull -f --no-rebase origin master:master
2929
yarn ts-node-script scripts/ci/add_changeset.ts
3030
3131
- name: Create Release Pull Request

0 commit comments

Comments
 (0)