Skip to content

Commit 4e0fd07

Browse files
committed
fix ci for pkg publishing
1 parent ef0faf1 commit 4e0fd07

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.github/workflows/release-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
- run: npm run build
1717
- run: npm publish
1818
env:
19-
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
19+
NODE_AUTH_TOKEN: ${{ secrets.NPM_DEPLOY_TOKEN }}

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Vycrypt
22

3+
[![Quality gate](https://github.com/zeroledger/vycrypt/actions/workflows/quality-gate.yml/badge.svg)](https://github.com/zeroledger/vycrypt/actions/workflows/quality-gate.yml)
4+
5+
6+
37
TypeScript Development Kit for ZeroLedger Protocol - A comprehensive cryptographic library for stealth addresses and ECDH encryption.
48

59
*Warning*: Software provided as is and has not passed any security checks and reviews.

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
"require": "./cjs/index.js",
1212
"import": "./esm/index.js"
1313
},
14+
"publishConfig": {
15+
"access": "public"
16+
},
1417
"main": "cjs/index.js",
1518
"keywords": [
1619
"vyrcypt",
@@ -61,4 +64,4 @@
6164
"@noble/ciphers": "^1.3.0",
6265
"viem": "^2.31.7"
6366
}
64-
}
67+
}

0 commit comments

Comments
 (0)