Skip to content

Commit

Permalink
Fix init hosting:github (#3503)
Browse files Browse the repository at this point in the history
  • Loading branch information
samtstern committed Jun 17, 2021
1 parent 497728d commit ab1a946
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
- Fixes an issue with ext:update where local extension is incorrectly inferred as published (#3499)
- Fixes `firebase init hosting:github` (#3498)
5 changes: 5 additions & 0 deletions src/commands/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ const choices = [
"Hosting: Configure files for Firebase Hosting and (optionally) set up GitHub Action deploys",
checked: false,
},
{
value: "hosting:github",
name: "Hosting: Set up GitHub Action deploys",
checked: false,
},
{
value: "storage",
name: "Storage: Configure a security rules file for Cloud Storage",
Expand Down

0 comments on commit ab1a946

Please sign in to comment.