Skip to content

Commit

Permalink
ci: fix category
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris authored Jan 20, 2023
1 parent 8fd15d6 commit f2b1120
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 @@ -36,4 +36,4 @@ jobs:
RELEASE_TITLE="Release ${NEW_TAG}"
git tag -a "${NEW_TAG}" -m "${RELEASE_TITLE}"
git push origin "${NEW_TAG}"
gh release create "${NEW_TAG}" --title "${RELEASE_TITLE}" --generate-notes --discussion-category "Announcements"
gh release create "${NEW_TAG}" --title "${RELEASE_TITLE}" --generate-notes --discussion-category "announcements"

0 comments on commit f2b1120

Please sign in to comment.