Skip to content

Commit

Permalink
chore(actions): add extra plugins key
Browse files Browse the repository at this point in the history
  • Loading branch information
iamludal committed Dec 25, 2021
1 parent 438702a commit ca547a1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:

- name: Semantic Release 📦
uses: cycjimmy/semantic-release-action@v2
with:
extra_plugins: |
@semantic-release/release-notes-generator
@semantic-release/github
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit ca547a1

Please sign in to comment.