From 82c442a23b24cf8954e1332426063da4b39267a4 Mon Sep 17 00:00:00 2001 From: Justin Spahr-Summers Date: Tue, 19 Nov 2024 14:17:11 +0000 Subject: [PATCH] Update CI publishing --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }}