diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index 05691197..2c7f22a9 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -61,7 +61,7 @@ jobs: - run: gh release delete continuous --cleanup-tag --yes || true env: GH_TOKEN: ${{ github.token }} - - run: gh release create continuous --prerelease --draft=false --title continuous --target "$GITHUB_SHA" + - run: gh release create continuous --prerelease --draft=false --title continuous --target "$GITHUB_SHA" --generate-notes env: GH_TOKEN: ${{ github.token }} - run: gh release upload --clobber continuous build/out/*.zip