Skip to content

Commit

Permalink
Merge branch 'next-major-spec' into update_examples
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaslagoni authored Jul 27, 2023
2 parents 2fb822f + 6ce7d35 commit 027c5b0
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,19 @@ jobs:
release:
name: 'Create GitHub release'
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: 18
- name: Add plugin for conventional commits
run: npm install conventional-changelog-conventionalcommits
run: npm install --save-dev conventional-changelog-conventionalcommits@6.1.0
- name: Release to GitHub
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
GIT_AUTHOR_NAME: asyncapi-bot
GIT_AUTHOR_EMAIL: [email protected]
GIT_COMMITTER_NAME: asyncapi-bot
GIT_COMMITTER_EMAIL: [email protected]
run: npx semantic-release@17.4.3
run: npx semantic-release@21.0.7

0 comments on commit 027c5b0

Please sign in to comment.