diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ff2f9d49..fa5d7115 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,7 +46,7 @@ jobs: - name: Create GitHub Release with changelog id: create_release - uses: ncipollo/release-action@v1.14.0 + uses: ncipollo/release-action@v1.16.0 with: name: ${{ steps.bump.outputs.new_ver }} bodyFile: CHANGELOG.md