Skip to content

Commit d993a74

Browse files
committed
Fix release.
1 parent cb94618 commit d993a74

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,6 @@ on:
55
types: [created]
66

77
jobs:
8-
build:
9-
runs-on: ubuntu-latest
10-
steps:
11-
- uses: actions/checkout@v2
12-
- uses: actions/setup-node@v1
13-
with:
14-
node-version: 12
15-
- run: npm install --dev
16-
- run: npm run-script build
17-
188
publish-npm:
199
needs: build
2010
runs-on: ubuntu-latest
@@ -25,6 +15,7 @@ jobs:
2515
node-version: 12
2616
registry-url: https://registry.npmjs.org/
2717
- run: npm ci
18+
- run: npm run-script build
2819
- run: npm publish --access=public
2920
env:
3021
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

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.1k3",
3+
"version": "1.4.1k4",
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)