diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 027e3dea8e..bb2972ca44 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -192,6 +192,7 @@ jobs: git config user.email github-actions@github.com npm config set //registry.npmjs.org/:_authToken=$NODE_AUTH_TOKEN yarn lerna publish ${{ steps.branch-name.outputs.tag }} --no-git-tag-version --no-git-reset --force-publish --exact --yes --dist-tag beta + git pull git add . git commit -m "action: release ${{ steps.branch-name.outputs.tag }}" git push