Skip to content

Commit

Permalink
fix: fixing conventional commit messages when releasing (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyhastings authored Feb 20, 2023
1 parent 6ef6cfd commit 2766161
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
with:
publish: yarn run release
version: yarn run version-packages
commit: 'chore: release package(s)'
title: 'chore: release package(s)'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 2766161

Please sign in to comment.