Skip to content
This repository was archived by the owner on Jun 6, 2023. It is now read-only.

Commit a8b1440

Browse files
author
gitgitWi
committed
Fix:Build: modify workflow script
1 parent 18587a9 commit a8b1440

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/firebase-hosting-merge.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
node-version: "14.x"
2424
- run: echo "VUE_APP_LAST_BUILD=$(TZ="Asia/Seoul" date +'%Y-%m-%d %H:%M')" >> $GITHUB_ENV && echo $VUE_APP_LAST_BUILD
2525
- name: Build app
26-
run: yarn install --frozen-lockfile --production && yarn build
27-
with:
26+
env:
2827
VUE_APP_SECTORS_FUNCTION_BASEURL: "${{ secrets.VUE_APP_SECTORS_FUNCTION_BASEURL }}"
28+
- run: yarn install --frozen-lockfile --production && yarn build
2929
- uses: FirebaseExtended/action-hosting-deploy@v0
3030
with:
3131
repoToken: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)