diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a1dcdad..6babbd9 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -49,7 +49,7 @@ jobs: make build-installer -e TAG=${RELEASE_VERSION} -e quay_repository=quay.io/ibm - name: Create GitHub Release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: name: Release ${{ env.RELEASE_VERSION }} generate_release_notes: true