Skip to content

Commit 664b367

Browse files
authored
Updated NPM authentication (#16)
1 parent 12dd65e commit 664b367

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

.github/workflows/deploy-npm.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919

2020
- run: yarn
2121
- run: yarn build
22-
- run: yarn npm publish
22+
- run: yarn config set npmAuthToken $NODE_AUTH_TOKEN
2323
env:
2424
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
25+
- run: yarn npm publish --access public --tolerate-republish

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,5 @@ $RECYCLE.BIN/
1717
package-lock.json
1818
coverage/
1919
.rpt2_cache/
20+
21+
.env

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
yarnPath: .yarn/releases/yarn-3.6.1.cjs
22

3-
nodeLinker: node-modules
3+
nodeLinker: node-modules

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "zk-states",
33
"packageManager": "[email protected]",
4-
"version": "0.0.11",
4+
"version": "0.0.14",
55
"description": "Verifiable state manager for React based on SnarkyJS & Mina protocol",
66
"typesVersions": {
77
"<4.0": {

0 commit comments

Comments
 (0)