We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8910d03 commit 4232459Copy full SHA for 4232459
.github/workflows/publish.yml
@@ -62,6 +62,6 @@ jobs:
62
run: pnpm run test
63
64
- name: Publish to NPM
65
- run: pnpm publish --no-git-checks
+ run: pnpm publish --no-git-checks --access public
66
env:
67
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@nillion/nilai-ts",
3
- "version": "0.0.0-alpha.0",
+ "version": "0.0.0-alpha.1",
4
"description": "Nilai Typescript SDK",
5
"type": "module",
6
"main": "dist/index.js",
0 commit comments