Skip to content

Commit

Permalink
🔧 ci: 调整 release ci 配置
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Mar 7, 2021
1 parent 0772d64 commit 1233a8b
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,7 @@ jobs:
id: semantic
with:
dry_run: true
extra_plugins: |
@semantic-release/changelog
@semantic-release/git
conventional-changelog-gitmoji-config
extra_plugins: semantic-release-config-gitmoji
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down Expand Up @@ -164,9 +161,6 @@ jobs:
- name: Release
uses: cycjimmy/semantic-release-action@v2
with:
extra_plugins: |
@semantic-release/changelog
@semantic-release/git
conventional-changelog-gitmoji-config
extra_plugins: semantic-release-config-gitmoji
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 1233a8b

Please sign in to comment.