Skip to content

Commit

Permalink
fix(ci): Category name was incorrect
Browse files Browse the repository at this point in the history
  • Loading branch information
max-ishere committed Dec 3, 2024
1 parent 2c64fc2 commit aeffadb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ jobs:
name: ${{ github.ref_name }} Release
tag_name: ${{ github.ref_name }}
draft: ${{ !startsWith(github.ref, 'refs/tags/') }}
discussion_category_name: announcements
discussion_category_name: Announcements
prerelease: true
generate_release_notes: true
fail_on_unmatched_files: true
files: |
Expand Down

0 comments on commit aeffadb

Please sign in to comment.