Skip to content

Commit

Permalink
fix(workflow): optimization of release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Xenepix committed Aug 5, 2023
1 parent e75aa27 commit af45125
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,7 @@ jobs:
run: |
npm install --save-dev semantic-release
npx semantic-release
- name: Install semantic-release extra plugins
run: npm install --save-dev @semantic-release/git @semantic-release/changelog @semantic-release/commit-analyzer @semantic-release/release-notes-generator

- name: Release
env:
GITHUB_TOKEN: ${{ secrets.NAPSE_GITHUB_TOKEN }}
Expand Down

0 comments on commit af45125

Please sign in to comment.