Skip to content

Commit

Permalink
remove release discussion
Browse files Browse the repository at this point in the history
  • Loading branch information
mkckr0 committed Jan 15, 2024
1 parent 73b405a commit cf3be47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,6 @@ jobs:
- name: Create Github Release
run: |
version=$(bash ./scripts/get_version.sh -n)
gh release create "v$version" -d -F notes -t "v$version" --discussion-category announcements release_bin/*/*
gh release create "v$version" -d -F notes -t "v$version" release_bin/*/*
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit cf3be47

Please sign in to comment.