File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 23
23
run : yarn
24
24
25
25
- name : Add a changeset for @firebase/app
26
- run : yarn ts-node-script scripts/ci/add_changeset.ts
26
+ run : |
27
+ git pull -f origin master:master
28
+ yarn ts-node-script scripts/ci/add_changeset.ts
27
29
28
30
- name : Create Release Pull Request
29
31
uses : changesets/action@master
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ async function addChangeSet() {
42
42
// The way actions/checkout works, there is no local `master` branch, but it
43
43
// has access to the remote origin/master.
44
44
const { stdout } = await exec (
45
- 'yarn changeset status --since origin/master '
45
+ 'yarn changeset status'
46
46
) ;
47
47
// only add a changeset for @firebase /app if
48
48
// 1. we are publishing a new firebase version. and
You can’t perform that action at this time.
0 commit comments