From f2b1120aef7dfe8e0f81ae725870d4ea44776cf5 Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Fri, 20 Jan 2023 22:30:56 +0900 Subject: [PATCH] ci: fix category --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1d7cddd47..8c586ba8f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,4 +36,4 @@ jobs: RELEASE_TITLE="Release ${NEW_TAG}" git tag -a "${NEW_TAG}" -m "${RELEASE_TITLE}" git push origin "${NEW_TAG}" - gh release create "${NEW_TAG}" --title "${RELEASE_TITLE}" --generate-notes --discussion-category "Announcements" + gh release create "${NEW_TAG}" --title "${RELEASE_TITLE}" --generate-notes --discussion-category "announcements"