Skip to content

Commit

Permalink
release: fix publishing announcement (#748)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjchambers authored Sep 18, 2023
1 parent 705043c commit 3584d64
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -328,4 +328,6 @@ jobs:
# the latest version.
run: |
gh release edit ${{ github.ref_name }} \
--draft=false --discussion-category "Announcements"
--draft=false --discussion-category "Announcements"
env:
GH_TOKEN: ${{ github.token }}

0 comments on commit 3584d64

Please sign in to comment.