diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 612d59e2..7b85236b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -37,11 +37,11 @@ jobs: with: node-version: 18 cache: npm - registry-url: 'https://registry.npmjs.org' + registry-url: "https://registry.npmjs.org" - run: npm ci # TODO: Add --provenance once the repo is public - - run: npm publish --access public + - run: npm run publish-all env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}