Skip to content

Commit

Permalink
Fix publish.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreimejov committed May 14, 2020
1 parent 5c5dca9 commit cb94618
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
node-version: 12
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm publish
- run: npm publish --access=public
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kotify/frapper-charts",
"version": "1.4.1k2",
"name": "@kotify/frappe-charts",
"version": "1.4.1k3",
"description": "https://github.com/kotify/charts",
"main": "dist/kotify-charts.min.cjs.js",
"module": "dist/kotify-charts.min.esm.js",
Expand Down

0 comments on commit cb94618

Please sign in to comment.