diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 39fe5f2..c80bdf6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,6 +22,11 @@ jobs: - name: Install dependencies run: npm install --force + - name: Publish to npm + env: + NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} + run: npm publish --access public +