From 07123c65319c6876bc5a1ee937ac0fa944d23d75 Mon Sep 17 00:00:00 2001 From: Suyi Date: Thu, 6 Jan 2022 01:52:22 +0800 Subject: [PATCH] chore: build and release --- .github/workflows/release.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 05e6021..8abe525 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,11 +27,9 @@ jobs: run: npm i -g npminstall && npminstall - name: Continuous integration - run: | - npm run ci + run: npm run ci - name: Semantic Release - run: | - npm run semantic-release + run: npm run build && npm run semantic-release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}