This is an automated email from the ASF dual-hosted git repository.

zeroshade pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-go.git


The following commit(s) were added to refs/heads/main by this push:
     new 27e0bcbf Fix discussion category case in release workflow
27e0bcbf is described below

commit 27e0bcbffbf61f4100ec0efc8cc34215a566ccb7
Author: Matt Topol <[email protected]>
AuthorDate: Tue Apr 28 12:28:15 2026 -0400

    Fix discussion category case in release workflow
---
 .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 e8fd10a1..b7ee1f58 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -46,7 +46,7 @@ jobs:
         run: |
           version=${GITHUB_REF_NAME#v}
           gh release create ${GITHUB_REF_NAME} \
-            --discussion-category Announcements \
+            --discussion-category announcements \
             --generate-notes \
             --repo ${GITHUB_REPOSITORY} \
             --title "Apache Arrow Go ${version}" \

Reply via email to