Skip to content

Commit

Permalink
fix: access public to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
itallonet committed May 29, 2024
1 parent 12417cf commit ae63538
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
run: npm ci

- name: Publish package
run: npm publish
run: npm publish --access public

env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,8 @@
"license": "MIT",
"bugs": {
"url": "https://github.com/itallonet/unit-converter/issues"
},
"publishConfig": {
"access": "public"
}
}

0 comments on commit ae63538

Please sign in to comment.