Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pksorensen authored Oct 18, 2023
1 parent 9d5218b commit c5e9196
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 16
node-version: 20

- name: Add plugin for conventional commits
run: npm install conventional-changelog-conventionalcommits
Expand Down Expand Up @@ -80,4 +80,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GIT_AUTHOR_NAME: thygesteffensen;pksorensen
GIT_AUTHOR_EMAIL: [email protected];[email protected]
run: npx semantic-release
run: npx semantic-release

0 comments on commit c5e9196

Please sign in to comment.