File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1515 - name : Set up Node.js
1616 uses : actions/setup-node@v4
1717 with :
18- node-version : ' 20.x'
19- registry-url : ' https://registry.npmjs.org/'
18+ node-version : " 20.x"
19+ registry-url : " https://registry.npmjs.org/"
2020
2121 - name : Install dependencies
2222 run : yarn install --immutable
3131 git push
3232
3333 - name : Publish to npm
34- run : yarn npm publish --access public
34+ run : yarn publish
3535 env :
3636 NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 55 "main" : " src/index.js" ,
66 "version" : " 0.0.1" ,
77 "scripts" : {
8- "publish" : " yarn npm publish" ,
8+ "publish" : " yarn npm publish --access public " ,
99 "lint" : " eslint ./src" ,
1010 "prettier:fix" : " npx prettier --write ./src"
1111 },
You can’t perform that action at this time.
0 commit comments