diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ff857ed..007f34c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -176,7 +176,7 @@ jobs: run: git-cliff --current --tag "v$VERSION" > RELEASE_CHANGELOG.md - name: Publish Package - uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b + uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe with: body_path: RELEASE_CHANGELOG.md files: ${{ steps.pkg.outputs.PKG_PATH }}