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

Commit 18587a9

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ jobs:
2222
with:
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
25-
- run: yarn install --frozen-lockfile --production && yarn build
25+
- name: Build app
26+
run: yarn install --frozen-lockfile --production && yarn build
2627
with:
2728
VUE_APP_SECTORS_FUNCTION_BASEURL: "${{ secrets.VUE_APP_SECTORS_FUNCTION_BASEURL }}"
2829
- uses: FirebaseExtended/action-hosting-deploy@v0

0 commit comments

Comments
 (0)