diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index a2ba92f..b4ae09f 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -23,9 +23,6 @@ jobs: - run: yarn tsc - run: yarn build - run: yarn test -- --no-watch --silent --forceExit --detectOpenHandles --no-cache --coverage=false --runInBand - - uses: JS-DevTools/npm-publish@v1 - with: - token: ${{ secrets.NPM_TOKEN }} - registry: https://registry.npmjs.org/ - package: ../../package.json - access: "public" + - run: npm publish + env: + NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}