Skip to content

Commit d14e5cb

Browse files
authored
feat: Return release.yml to prod deployment (#541)
Changes test deploy line back to prod.
1 parent be560ae commit d14e5cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
run: npm install -g firebase-tools
9898

9999
- name: Deploy to Firebase Hosting
100-
run: firebase hosting:channel:deploy staging-preview
100+
run: firebase deploy --only hosting
101101

102102
- name: Create temporary branch
103103
run: git checkout -b temp-build-branch

0 commit comments

Comments
 (0)