diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 896c54e..35b4eba 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -19,6 +19,4 @@ jobs: registry-url: "https://registry.npmjs.org" - run: npm install - run: npm run release - - run: npm publish --access public - env: - NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }} \ No newline at end of file + - run: npm publish --access public \ No newline at end of file