Skip to content

Commit 4232459

Browse files
committed
chore: updated CI
1 parent 8910d03 commit 4232459

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@ jobs:
6262
run: pnpm run test
6363

6464
- name: Publish to NPM
65-
run: pnpm publish --no-git-checks
65+
run: pnpm publish --no-git-checks --access public
6666
env:
6767
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nillion/nilai-ts",
3-
"version": "0.0.0-alpha.0",
3+
"version": "0.0.0-alpha.1",
44
"description": "Nilai Typescript SDK",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)