Skip to content

Commit

Permalink
ci: update release workflow (#939)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaushik-rishi authored Jul 25, 2023
1 parent ef33aef commit 268d79d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,13 @@ jobs:
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@5.0.0
- name: Release to GitHub
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
Expand Down

0 comments on commit 268d79d

Please sign in to comment.