Skip to content

Commit

Permalink
Ensure to publish a public package
Browse files Browse the repository at this point in the history
  • Loading branch information
0x46616c6b committed Dec 31, 2023
1 parent 58923c7 commit 28eeebd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
run: npm version ${{ github.event.release.tag_name }} --git-tag-version false

- name: Publish
run: npm publish
run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"email": "[email protected]",
"url": "https://www.systemli.org"
},
"private": false,
"main": "dist/index.cjs.js",
"module": "dist/index.js",
"es2015": "dist/esm/index.js",
Expand Down

0 comments on commit 28eeebd

Please sign in to comment.