Skip to content

Commit

Permalink
Merge pull request #3 from ramiy/master
Browse files Browse the repository at this point in the history
Version 0.4.0
  • Loading branch information
ramiy authored Oct 16, 2020
2 parents 5bc5d64 + d45d666 commit c202b86
Show file tree
Hide file tree
Showing 15 changed files with 723 additions and 542 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: "Publish Package"

on:
release:
types: [published]

jobs:
release:
name: publish
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/[email protected]
- name: node
uses: actions/[email protected]
with:
node-version: 12
registry-url: https://registry.npmjs.org
- name: publish
run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020 charts.css
Copyright (c) 2020 Rami Yushuvaev

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Loading

0 comments on commit c202b86

Please sign in to comment.