Skip to content

Commit 5c4f0c6

Browse files
committed
fixing github sha
1 parent 9d90815 commit 5c4f0c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: yarn test
5252

5353
- name: Build 🏗️
54-
run: mv .env.production .env && GITHUB_SHA=${{GITHUB_SHA}}; yarn generate
54+
run: mv .env.production .env && GITHUB_SHA=${GITHUB_SHA}; yarn generate
5555

5656
- name: Deploy 🚀
5757
uses: FirebaseExtended/action-hosting-deploy@v0

0 commit comments

Comments
 (0)