Skip to content

Commit

Permalink
ci(release): use sitkoru/semantic-release-action
Browse files Browse the repository at this point in the history
  • Loading branch information
SonicGD authored Sep 20, 2021
1 parent 0427cdb commit c5a31b0
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -371,16 +371,10 @@ jobs:
with:
node-version: '16'
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v2
with:
extra_plugins: |
@sitkoru/semantic-release-config
@semantic-release/changelog
@semantic-release/git
uses: sitkoru/semantic-release-action@v1
env:
GH_TOKEN: ${{ secrets.BOT_TOKEN }}
GIT_AUTHOR_NAME: ${{ secrets.BOT_NAME }}
GIT_AUTHOR_EMAIL: ${{ secrets.BOT_EMAIL }}
GIT_COMMITTER_NAME: ${{ secrets.BOT_NAME }}
GIT_COMMITTER_EMAIL: ${{ secrets.BOT_EMAIL }}

0 comments on commit c5a31b0

Please sign in to comment.