Skip to content

Commit

Permalink
[ci] publish all packages
Browse files Browse the repository at this point in the history
  • Loading branch information
grasword committed Oct 12, 2023
1 parent 0a059ff commit 27fa54c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Publish
on:
release:
types: [published]
release:
types: [published]

jobs:
publish:
Expand All @@ -16,6 +16,6 @@ jobs:
node-version-file: 'package.json'
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm publish --provenance --access public
- run: npm publish --ws --provenance --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 27fa54c

Please sign in to comment.