diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 571da0470..1fc677d80 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,3 +21,6 @@ jobs: - run: | npx lerna version --no-private --no-git-tag-version --no-push -y ${{ github.event.release.tag_name }} - run: npx lerna publish -y from-package + - run: | + git commit -a -m "chore: udpate to version ${{ github.event.release.tag_name }}" + git push