diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b7d19ff9..388038c4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,6 +24,6 @@ jobs: - run: npm i --ignore-scripts - name: Build package and prepare package.json run: NODE_OPTIONS="-r ts-node/register" node .build/build_and_prepare.ts ${{ github.event.inputs.version }} - - run: npm publish + - run: npm publish --access public env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}