From dff0365f5a2c18899eeb8569f1d750eec5df4735 Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Sat, 31 Jul 2021 10:20:22 +0800 Subject: [PATCH] chore: update workflows config. --- .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 8d9671848..7275b0e4b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,7 +59,7 @@ jobs: - run: git status - run: npm install @jsdevtools/npm-publish -g - - run: npm-publish --token="${{ secrets.NPM_TOKEN }}" ./package/core/package.json + - run: npm-publish --token="${{ secrets.NPM_TOKEN }}" ./packages/core/package.json - name: Deploy uses: peaceiris/actions-gh-pages@v3