Skip to content

Commit

Permalink
fix: semantic release version
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielhasen committed Jan 15, 2024
1 parent 9d97698 commit 26f520e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php_lib_push_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 20
node-version: 18
# Add plugin to make the changelog for the release.
- name: Add plugin for conventional commits
run: npm install conventional-changelog-conventionalcommits@6
Expand All @@ -36,4 +36,4 @@ jobs:
GIT_AUTHOR_EMAIL: release@test.com
GIT_COMMITTER_NAME: asyncapi-bot
GIT_COMMITTER_EMAIL: info@asyncapi.io
run: npx semantic-release
run: npx semantic-release@22.0.12

0 comments on commit 26f520e

Please sign in to comment.