Changed release notes to use github's auto generated one.

This commit is contained in:
Frigyes06 2024-02-19 14:21:49 -08:00
commit 136e490732
No known key found for this signature in database
GPG key ID: B0B05D8121415C57

View file

@ -1,6 +1,7 @@
name: Build and release
on:
workflow_dispatch:
push:
branches:
- main
@ -25,8 +26,7 @@ jobs:
with:
path: bin
- name: Create pre-release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v0.1.15
with:
body_path: ${{ github.workspace }}/CHANGELOG.md
files: bin/*/uad-ng-*
prerelease: true
generate_release_notes: true