Skip to content

Commit

Permalink
chore: add semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
akash1810 committed Feb 25, 2021
1 parent 92cafb1 commit cd23271
Show file tree
Hide file tree
Showing 5 changed files with 4,465 additions and 250 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,8 @@ jobs:
uses: actions/[email protected]
with:
node-version: ${{ matrix.node-version }}
- run: ./script/cd
- name: CD
env:
GITHUB_TOKEN: ${{ secrets.CI_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: ./script/cd
Loading

0 comments on commit cd23271

Please sign in to comment.