Skip to content

Commit da3dfcb

Browse files
committed
Fix ci and version
1 parent ccbac66 commit da3dfcb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/npmpublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
2929
node-version: 12
3030
registry-url: https://registry.npmjs.org/
3131
- run: npm ci
32-
- run: npm publish
32+
- run: npm publish --access public
3333
env:
3434
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": "@codewell/chain",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Chaining function in JavaScript",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)