Skip to content

Commit

Permalink
Revert "ci: remove forced git message when versionning"
Browse files Browse the repository at this point in the history
This reverts commit c3230ba.
  • Loading branch information
christophehurpeau committed Nov 28, 2021
1 parent 284ce8a commit e025994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Expand Up @@ -54,7 +54,7 @@ jobs:
github.ref == 'refs/heads/main'
&& contains(github.event.inputs.dry-run, 'y') == false
run: |
yarn lerna version --yes --push --conventional-commits --conventional-graduate --create-release=github
yarn lerna version --yes --push --conventional-commits --conventional-graduate --create-release=github -m 'chore: release [skip ci]'
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
YARN_ENABLE_IMMUTABLE_INSTALLS: false
Expand Down

0 comments on commit e025994

Please sign in to comment.