We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb7f204 commit 1516c68Copy full SHA for 1516c68
scripts/ci/add_changeset.ts
@@ -41,7 +41,9 @@ async function addChangeSet() {
41
try {
42
// The way actions/checkout works, there is no local `master` branch, but it
43
// has access to the remote origin/master.
44
- const { stdout } = await exec('yarn changeset status --since origin/master');
+ const { stdout } = await exec(
45
+ 'yarn changeset status --since origin/master'
46
+ );
47
// only add a changeset for @firebase/app if
48
// 1. we are publishing a new firebase version. and
49
// 2. @firebase/app is not already being published
0 commit comments