diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8420741..e19f070 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -20,6 +20,4 @@ jobs: - run: npm install -g npm@latest - 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 \ No newline at end of file