Skip to content

Commit 6eb4808

Browse files
committed
Fix release.
1 parent d993a74 commit 6eb4808

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66

77
jobs:
88
publish-npm:
9-
needs: build
109
runs-on: ubuntu-latest
1110
steps:
1211
- uses: actions/checkout@v2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kotify/frappe-charts",
3-
"version": "1.4.1k4",
3+
"version": "1.4.1k5",
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)