From ab19a740a82b43cbad69ce1d0420d0ecefc432a5 Mon Sep 17 00:00:00 2001 From: afsardo Date: Fri, 19 May 2023 02:36:35 +0100 Subject: [PATCH] Update publish.yml --- .github/workflows/publish.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 73bda66..ec794d4 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -30,16 +30,8 @@ jobs: node-version: 16.x registry-url: https://registry.npmjs.org/ - - name: Install dependencies - working-directory: ./test - run: npm ci - - - name: Build - working-directory: ./test - run: npm run build - - name: Publish - working-directory: ./test + working-directory: ./pkg run: npm publish env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} \ No newline at end of file