diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5925b7f..ed2b6f6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -67,7 +67,7 @@ jobs: run: find artifacts -type f | head -20 - name: Create GitHub Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: generate_release_notes: true draft: false