Skip to content

Commit

Permalink
fix(ci): fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
garrappachc committed Dec 20, 2023
1 parent 08e4289 commit a84d251
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,16 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-tags: true

- name: Install release-it
run: npm install --global release-it @release-it/conventional-changelog

- name: Set git identity
run: |
git config --global user.name 'release bot'
git config --global user.email '[email protected]'
- name: Release
run: release-it --ci

0 comments on commit a84d251

Please sign in to comment.