From f7fea2275d3680eac9e75bc36318292f718aff03 Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Sat, 31 Jul 2021 10:15:03 +0800 Subject: [PATCH] chore: update workflows config. --- .github/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 46029563e..8d9671848 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,10 +23,6 @@ jobs: - run: npm run build - run: npm run doc - # - name: packages/core - # # working-directory: packages/react-native-uiw - # run: npm run build - - name: Is a tag created auto? id: create_tag uses: jaywcjlove/create-tag-action@v1.2.0