We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39f422a commit d32e94cCopy full SHA for d32e94c
.github/workflows/run.yml
@@ -32,4 +32,4 @@ jobs:
32
run: npm i -g firebase-tools
33
34
- name: Deploy Hosting
35
- run: firebase deploy --token ${{ secrets.FIREBASE_TOKEN }} --only hosting
+ run: firebase deploy --token ${{ secrets.FIREBASE_TOKEN }}
0 commit comments