Skip to content

Commit

Permalink
Update CI publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
jspahrsummers committed Nov 19, 2024
1 parent f222db7 commit 8f45f4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 8f45f4a

Please sign in to comment.