File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
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 @@ -41,9 +41,7 @@ async function addChangeSet() {
41
41
try {
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
- const { stdout } = await exec (
45
- 'yarn changeset status --since origin/master'
46
- ) ;
44
+ const { stdout } = await exec ( 'yarn changeset status' ) ;
47
45
// only add a changeset for @firebase /app if
48
46
// 1. we are publishing a new firebase version. and
49
47
// 2. @firebase/app is not already being published
You can’t perform that action at this time.
0 commit comments