Update CI publishing

This commit is contained in:
Justin Spahr-Summers
2024-11-19 14:17:11 +00:00
parent f222db7ffe
commit 8f45f4a500

View File

@@ -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 }}