Update release workflow pr body (#13274)

# Objective

With #13245 merged ui tests no longer specify dependency versions.

## Solution

Revert the change to `release.yml` made in #12810 as it's no longer
required.

## Testing

- Merge.
- Wait for a release.
- Observe the release PR body.

cc @BD103
This commit is contained in:
Brezak 2024-05-12 22:51:14 +02:00 committed by GitHub
parent 52d6147e91
commit 2a799ef6ae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -53,4 +53,3 @@ jobs:
title: "Preparing Next Release" title: "Preparing Next Release"
body: | body: |
Preparing next release. This PR has been auto-generated. Preparing next release. This PR has been auto-generated.
UI tests have not been automatically bumped to the latest version, please fix them manually.