diff --git a/.github/workflows/npm-release.yml b/.github/workflows/npm-release.yml index 9bd3297ba3..15f078de54 100644 --- a/.github/workflows/npm-release.yml +++ b/.github/workflows/npm-release.yml @@ -183,7 +183,7 @@ jobs: git config user.name github-actions 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 2.6 + yarn lerna publish ${{ steps.branch-name.outputs.tag }} --no-git-tag-version --no-git-reset --force-publish --exact --yes git add . git commit -m "action: release ${{ steps.branch-name.outputs.tag }}" git push