diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bdbc9bf..b791d89 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -41,14 +41,10 @@ jobs: name: mhr-cfw-go path: . - - name: Extract version - id: version - run: echo "VERSION=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT - - name: Release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: - body_path: CHANGELOG.md files: mhr-cfw-go.exe + generate_release_notes: true env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file