From a97bfdf9eed0b4b67d0c23501fab96c0265f7fcd Mon Sep 17 00:00:00 2001 From: EvolutionX Date: Wed, 22 Jun 2022 12:42:03 +0530 Subject: [PATCH] ci: testing npm 2x --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7dd8223..ba4872b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -33,7 +33,7 @@ jobs: needs: [Build] steps: - name: Publish to npm - run: npm publish . --dry-run + run: npm publish ../ --dry-run env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}