Skip to content

Commit

Permalink
fix: Do not upload from local when using GithubActions.
Browse files Browse the repository at this point in the history
  • Loading branch information
mathrunet committed Sep 25, 2023
1 parent a5deeb6 commit b361e97
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/katana_cli/lib/action/firebase/init.dart
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,10 @@ class FirebaseInitCliAction extends CliCommand with CliActionMixin {
[
firebaseCommand,
"deploy",
if (enableActions) ...[
"--except",
"hosting",
]
],
workingDirectory: "firebase",
);
Expand Down

0 comments on commit b361e97

Please sign in to comment.