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 9d90815 commit 5c4f0c6Copy full SHA for 5c4f0c6
.github/workflows/ci.yml
@@ -51,7 +51,7 @@ jobs:
51
run: yarn test
52
53
- name: Build 🏗️
54
- run: mv .env.production .env && GITHUB_SHA=${{GITHUB_SHA}}; yarn generate
+ run: mv .env.production .env && GITHUB_SHA=${GITHUB_SHA}; yarn generate
55
56
- name: Deploy 🚀
57
uses: FirebaseExtended/action-hosting-deploy@v0
0 commit comments