Skip to content

Commit

Permalink
New release: v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Aveek-Saha committed Oct 9, 2020
1 parent 87bdf64 commit 64dd89d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ jobs:
with:
node-version: 12
registry-url: https://registry.npmjs.org/

- name: Install dependencies
run: npm install

- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
Expand Down

0 comments on commit 64dd89d

Please sign in to comment.