From c267e65e9f881159b4c00120d780e32df29da4be Mon Sep 17 00:00:00 2001 From: Preston Neal Date: Thu, 16 Mar 2023 07:42:57 -0700 Subject: [PATCH] update github actions --- .github/workflows/npm-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 90fb77e..8996eec 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -17,6 +17,6 @@ jobs: - run: 'npm ci' - run: 'npm run build' - - run: 'npm publish' + - run: 'cd dist; npm publish' env: NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} \ No newline at end of file