Skip to content

Commit

Permalink
Create discussions for new releases
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-helmich committed Sep 12, 2024
1 parent 544f334 commit 70458e7
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 @@ -176,7 +176,7 @@ jobs:
- name: Create release
run:
gh release create ${GITHUB_REF#refs/tags/} --title
${GITHUB_REF#refs/tags/} --generate-notes --verify-tag
${GITHUB_REF#refs/tags/} --generate-notes --verify-tag --discussion-category Announcements
pkg-tarballs/*.tar.gz pkg-windows/*.exe pkg-macos/*.pkg
env:
GITHUB_TOKEN: ${{ github.token }}
Expand Down

0 comments on commit 70458e7

Please sign in to comment.