From 0115d77d20289e04b8ded6dfbf3206d519f3aa8e Mon Sep 17 00:00:00 2001 From: Vladimir Date: Mon, 7 Oct 2024 16:20:58 +0500 Subject: [PATCH] chore: update release --- .github/workflows/release-please.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 5680507..52e4b28 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -47,8 +47,7 @@ jobs: yarn yarn run build yarn copyfiles package.json README.md LICENSE CHANGELOG.md .npmignore ./dist/ - cd ./dist - name: Publish to NPM env: NODE_AUTH_TOKEN: ${{secrets.npm_token}} - run: npm publish --access public + run: cd ./dist && npm publish --access public