diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 8a38b74..7a5b376 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -53,3 +53,5 @@ jobs: - run: npm run build - run: npm version ${{ github.ref_name }} - run: npm publish --access public + env: + NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}