Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vinmassaro authored Jan 30, 2024
1 parent e05586e commit bbb6212
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,12 @@ jobs:

- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 20

- name: Install
run: npm install --force

- name: Release
run: npx semantic-release

0 comments on commit bbb6212

Please sign in to comment.