diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 47a081e8..3589bba0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -86,7 +86,7 @@ jobs: PKG_VERSION=$(jq -r .version < lerna.json) gh release create v$PKG_VERSION \ --title "Release $PKG_VERSION" \ - --generate-notes \ + --notes-from-tag \ --repo ${{ github.repository }} \ --target master env: