Skip to content

Commit

Permalink
remove .npmrc, access public
Browse files Browse the repository at this point in the history
  • Loading branch information
Wszerad authored and Wszerad committed Feb 2, 2020
1 parent dcc429d commit bede4e6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
- name: Build
run: npm run-script build
- name: Publish
run: npm publish
run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
1 change: 0 additions & 1 deletion .npmrc

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@wssz/modeler",
"author": "[email protected]",
"license": "MIT",
"version": "0.3.6",
"version": "0.3.7",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
Expand Down

0 comments on commit bede4e6

Please sign in to comment.