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