diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index b88f2dd..f5e66fa 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -38,7 +38,7 @@ jobs: if: ${{ steps.release.outputs.release_created }} - run: npm run test if: ${{ steps.release.outputs.release_created }} - - run: npm publish --provenance + - run: npm publish --provenance --access public env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} if: ${{ steps.release.outputs.release_created }}