diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e04ac09..d21b377 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,6 @@ jobs: - run: yarn test:unit - run: yarn build - name: Publish - working-directory: ./dist run: yarn publish --access=public env: NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN }} \ No newline at end of file