Skip to content

Commit

Permalink
Improved the release workflow to also install the @semantic-release/e…
Browse files Browse the repository at this point in the history
…xec plugin as it isn't bundled with the core
  • Loading branch information
mridang committed Nov 25, 2024
1 parent 88b49d5 commit 0f1005c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@ jobs:
run: cargo fetch --locked

- name: Install Semantic Release
run: npm install --global semantic-release
run: |
npm install --global semantic-release
npm install --global @semantic-release/exec
- name: Run semantic-release
env:
Expand Down

0 comments on commit 0f1005c

Please sign in to comment.