diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f8700de..dda9c05 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -93,11 +93,8 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@v3 - with: - submodules: recursive - fetch-depth: 0 - name: Create Release uses: ncipollo/release-action@v1 with: tag: ${{ needs.version.outputs.tag }} + generateReleaseNotes: true