Skip to content

Commit

Permalink
Fix release.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreimejov committed May 14, 2020
1 parent cb94618 commit d993a74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,6 @@ on:
types: [created]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
- run: npm install --dev
- run: npm run-script build

publish-npm:
needs: build
runs-on: ubuntu-latest
Expand All @@ -25,6 +15,7 @@ jobs:
node-version: 12
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm run-script build
- run: npm publish --access=public
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kotify/frappe-charts",
"version": "1.4.1k3",
"version": "1.4.1k4",
"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 d993a74

Please sign in to comment.