From bbade469c185fbc243bbca7520c37da31e6f32ef Mon Sep 17 00:00:00 2001 From: Amy Galles <9685081+AmyLGalles@users.noreply.github.com> Date: Thu, 29 May 2025 13:49:15 -0700 Subject: [PATCH] remove optional release notes --- .github/workflows/publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ae7d6a8daf..84e926ef9b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -26,6 +26,7 @@ on: release-notes: description: "Change notes to be included with this release." type: string + required: true env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}