From 003cfd90737e9d434a774ac564f4d274e0054770 Mon Sep 17 00:00:00 2001 From: Niklas von Hertzen Date: Sun, 2 Aug 2020 16:34:56 +0800 Subject: [PATCH] Update ci --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2537f6d..0ba4bd4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -231,7 +231,7 @@ jobs: node-version: 12 registry-url: 'https://npm.pkg.github.com' - name: NPM Publish (github) - run: cd package && npm publish + run: cd npm/package && npm publish env: NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - uses: actions/setup-node@v1 @@ -239,7 +239,7 @@ jobs: node-version: 12 registry-url: 'https://registry.npmjs.org' # - name: NPM Publish -# run: cd package && npm publish public +# run: cd npm/package && npm publish public # env: # NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} docs: