Skip to content

Commit

Permalink
chore(ci): use cycjimmy/semantic-release-action
Browse files Browse the repository at this point in the history
  • Loading branch information
Limon Monte committed Dec 9, 2019
1 parent c7c949f commit d084863
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,13 @@ jobs:
run: yarn install

- name: Run automated release process with semantic-release
if: github.event_name == 'push'
uses: cycjimmy/semantic-release-action@v2
with:
extra_plugins: |
@semantic-release/changelog
@semantic-release/git
@semantic-release/exec
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
sudo npm i -g [email protected] @semantic-release/changelog@3 @semantic-release/[email protected] @semantic-release/[email protected]
semantic-release

0 comments on commit d084863

Please sign in to comment.