Skip to content

Commit

Permalink
Update Semantic.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MrGadget1024 committed May 5, 2024
1 parent ae49f02 commit b18e155
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Semantic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ jobs:
run: npm i -D conventional-changelog-conventionalcommits

- name: Install Plugins
run: npm i -D @semantic-release/exec @semantic-release/git
run: npm i -D @semantic-release/exec

- name: Release
run: npx semantic-release
--plugins "@semantic-release/commit-analyzer,@semantic-release/release-notes-generator,@semantic-release/github,@semantic-release/exec,@semantic-release/git"
--plugins "@semantic-release/commit-analyzer,@semantic-release/release-notes-generator,@semantic-release/github,@semantic-release/exec"
--debug true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit b18e155

Please sign in to comment.