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 466b5cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ 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
generate_release_notes: true
fail_on_unmatched_files: true
files: |
Expand Down

0 comments on commit 466b5cf

Please sign in to comment.