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 be560ae commit d14e5cbCopy full SHA for d14e5cb
1 file changed
.github/workflows/release.yml
@@ -97,7 +97,7 @@ jobs:
97
run: npm install -g firebase-tools
98
99
- name: Deploy to Firebase Hosting
100
- run: firebase hosting:channel:deploy staging-preview
+ run: firebase deploy --only hosting
101
102
- name: Create temporary branch
103
run: git checkout -b temp-build-branch
0 commit comments