diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index fa7f6823..40685666 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -30,6 +30,6 @@ jobs: with: node-version: 12 registry-url: https://registry.npmjs.org/ - - run: npm publish + - run: npm publish --tag beta env: NODE_AUTH_TOKEN: ${{secrets.npm_token}}