diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 14a538a..e622a27 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,6 +16,6 @@ jobs: - name: Install dependencies and build 🔧 run: npm ci - name: Publish package on NPM 📦 - run: npm publish + run: npm publish --access public env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}