diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index 86544ee..62b760a 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -16,6 +16,6 @@ jobs: - run: npm run build - name: Prepare Release run: npm run prepare-release ${{ github.ref_name }} - - run: npm publish + - run: npm publish --access public env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} \ No newline at end of file