From 8b3fa14f8932d156a17e9db0a231fe76ac556c03 Mon Sep 17 00:00:00 2001 From: Emre Ergin Date: Sat, 30 Dec 2023 18:29:04 +0300 Subject: [PATCH] correct yaml --- .github/workflows/deployment.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/deployment.yaml b/.github/workflows/deployment.yaml index 24ac5cc..1315de2 100644 --- a/.github/workflows/deployment.yaml +++ b/.github/workflows/deployment.yaml @@ -14,8 +14,7 @@ jobs: - name: Install Dependencies run: npm install - name: Generate date and write to file - run: | - echo "const buildDate = '`date +%Y%m%d%H%M`'; export default buildDate;" > buildDate.ts + run: echo "const buildDate = '`date +%Y%m%d%H%M`'; export default buildDate;" > buildDate.ts - name: Build run: npm run build - name: Prepare files