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 7683845 commit d6fcd6cCopy full SHA for d6fcd6c
scripts/ci/add_changeset.ts
@@ -41,9 +41,7 @@ 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(
45
- 'yarn changeset status'
46
- );
+ const { stdout } = await exec('yarn changeset status');
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