diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5c98e3c2..9ad2892d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -161,7 +161,7 @@ jobs: git-chglog -c .github/chglog/release.yml $(git describe --tags) > RELEASE.md - name: create release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: files: binaries/* body_path: RELEASE.md