Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[v9.15.0] Latest release breaks FirebaseExtended/action-hosting-deploy GitHub action #3561

Closed
MorelSerge opened this issue Jul 8, 2021 · 12 comments · Fixed by #3562
Closed

Comments

@MorelSerge
Copy link

MorelSerge commented Jul 8, 2021

[REQUIRED] Environment info

firebase-tools: 9.15.0

Platform: GH Actions (Ubuntu)

[REQUIRED] Test case

Deploy any website with the FirebaseExtended/action-hosting-deploy GH action

[REQUIRED] Steps to reproduce

Deploy any website with the FirebaseExtended/action-hosting-deploy GH action

[REQUIRED] Expected behavior

The site to deploy

[REQUIRED] Actual behavior

 ***
    "status": "error",
    "error": "There was an error loading firebase.json:\n\nENOENT: no such file or directory, open '/home/runner/.npm/_npx/1967/lib/node_modules/firebase-tools/schema/firebase-config.json'"
  ***

Most likely culprit

@google-oss-bot
Copy link
Contributor

This issue does not have all the information required by the template. Looks like you forgot to fill out some sections. Please update the issue with more information.

@jhaynie
Copy link

jhaynie commented Jul 8, 2021

we are seeing the same thing after upgrade.

firebase deploy --only firebase

Output:


ENOENT: no such file or directory, open '/Users/redacted/.nvm/versions/node/v14.13.1/lib/node_modules/firebase-tools/schema/firebase-config.json'

Version: 9.15.0

@portokallidis
Copy link

portokallidis commented Jul 8, 2021

Same for us.
firebase deploy --only hosting

There was an error loading firebase.json:\n\nENOENT: no such file or directory, open '/home/nporto/.npm-global/lib/node_modules/firebase-tools/schema/firebase-config.json'

Version: 9.15.0

@hdh3000
Copy link

hdh3000 commented Jul 8, 2021

same here. Running in CI

firebase deploy --only hosting --project=PROJECT --non-interactive
Error: There was an error loading firebase.json:00:10
ENOENT: no such file or directory, open '/home/semaphore/.cache/firebase/tools/lib/node_modules/firebase-tools/schema/firebase-config.json'

Version: 9.15.0

@bkendall
Copy link
Contributor

bkendall commented Jul 8, 2021

Hmmm. Thanks for raising. Investigating real quick to see if it's a quick fix...

@hosuaby
Copy link

hosuaby commented Jul 8, 2021

I have the same issue. Not only on GitHhub Actions but also locally when running firebase emulators:exec.

@bkendall
Copy link
Contributor

bkendall commented Jul 8, 2021

I can replicate it (on deploy), I can fix it (PR coming), and I can publish it! Hang tight...

@bkendall
Copy link
Contributor

bkendall commented Jul 8, 2021

I'm pushing out v9.15.1 right now. Should be available soon!

@MorelSerge
Copy link
Author

Awesome response time @bkendall thanks!

@bkendall
Copy link
Contributor

bkendall commented Jul 8, 2021

Awesome response time @bkendall thanks!

You're welcome. When I see the email "[release you did] [just broke everything]" I get that little feeling most people do as their stomach drops and go look as fast as I can 😝

@bkendall
Copy link
Contributor

bkendall commented Jul 8, 2021

It's published!

@MorelSerge
Copy link
Author

It's published!

& I can confirm that it's solved :) Thanks again

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants