Skip to content

Commit

Permalink
chore: add semantic-release to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
bobvanderlinden committed Aug 15, 2020
1 parent eef40d1 commit 89ab551
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,8 @@ jobs:
npm test
env:
CI: true
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 89ab551

Please sign in to comment.