Skip to content

Commit cb13a16

Browse files
committed
Fix append to file
1 parent dd721d6 commit cb13a16

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
@@ -54,7 +54,7 @@ jobs:
5454
run: echo GITHUB_SHA=${GITHUB_SHA}
5555

5656
- name: Build 🏗️
57-
run: mv .env.production .env && echo GITHUB_SHA=${GITHUB_SHA} > .env && yarn generate
57+
run: mv .env.production .env && echo GITHUB_SHA=${GITHUB_SHA} >> .env && yarn generate
5858

5959
- name: Deploy 🚀
6060
uses: FirebaseExtended/action-hosting-deploy@v0

0 commit comments

Comments
 (0)