Skip to content

Commit

Permalink
fix: install npm + plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
plexoos committed Jun 28, 2024
1 parent ca04587 commit b03e512
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ jobs:
with:
fetch-depth: 0 # Important for Semantic Release to analyze all commits

- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: "lts/*"

- run: npm install @semantic-release/exec -D

- name: Create semantic release
uses: cycjimmy/semantic-release-action@v4
id: semantic
Expand Down

0 comments on commit b03e512

Please sign in to comment.