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 dd721d6 commit cb13a16Copy full SHA for cb13a16
.github/workflows/ci.yml
@@ -54,7 +54,7 @@ jobs:
54
run: echo GITHUB_SHA=${GITHUB_SHA}
55
56
- name: Build 🏗️
57
- run: mv .env.production .env && echo GITHUB_SHA=${GITHUB_SHA} > .env && yarn generate
+ run: mv .env.production .env && echo GITHUB_SHA=${GITHUB_SHA} >> .env && yarn generate
58
59
- name: Deploy 🚀
60
uses: FirebaseExtended/action-hosting-deploy@v0
0 commit comments