Skip to content

Commit cb94618

Browse files
committed
Fix publish.
1 parent 5c5dca9 commit cb94618

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
node-version: 12
2626
registry-url: https://registry.npmjs.org/
2727
- run: npm ci
28-
- run: npm publish
28+
- run: npm publish --access=public
2929
env:
3030
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "@kotify/frapper-charts",
3-
"version": "1.4.1k2",
2+
"name": "@kotify/frappe-charts",
3+
"version": "1.4.1k3",
44
"description": "https://github.com/kotify/charts",
55
"main": "dist/kotify-charts.min.cjs.js",
66
"module": "dist/kotify-charts.min.esm.js",

0 commit comments

Comments
 (0)