Skip to content

Commit

Permalink
fix: semantic versioning CLI install command
Browse files Browse the repository at this point in the history
  • Loading branch information
George-Madeley committed Sep 29, 2024
1 parent 24836ee commit 3988268
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,10 @@ jobs:
with:
path: ./build

- name: Semantic release
- name: Install semantic release dependencies
run : npm i -g semantic-release @semantic-release/github @semantic-release/changelog @semantic-release/git @semantic-release/commit-analyzer conventional-changelog-conventionalcommits

- name: Semantic release
run: npx semantic-release

# Deployment job
Expand Down

0 comments on commit 3988268

Please sign in to comment.