Skip to content

Commit

Permalink
devops: publish as public package
Browse files Browse the repository at this point in the history
  • Loading branch information
aslushnikov committed Nov 21, 2023
1 parent 4d11a5f commit 76bdf1b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
os:
- ubuntu-20.04
- macos-latest
- windows-2019
# We are not interested in Windows builds, so let's save up some compute.
# - windows-2019
node:
- 18
- 20
Expand Down Expand Up @@ -53,7 +54,7 @@ jobs:
with:
node-version: 16
registry-url: https://registry.npmjs.org
- run: npm publish
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

Expand Down

0 comments on commit 76bdf1b

Please sign in to comment.