From 8d01f1e0d0a867111c921f96f79137cf63da39e4 Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Tue, 2 Feb 2021 17:06:57 +0800 Subject: [PATCH] chore: fix workflows errors. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1954e6de..8a6182b3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: - run: npm run build:hapi - run: npm run build:react-component - run: npm run build:react-component-tsx - - run: npm run build:express-typeorm" + - run: npm run build:express-typeorm - name: Is a tag created auto? id: create_tag