Skip to content

Commit

Permalink
release: Mark as latest (#765)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjchambers authored Sep 25, 2023
1 parent 4b8fd2f commit efc761b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -324,10 +324,8 @@ jobs:
# However, we set a default working-directory of `python` which is within the source.
# To avoid problems, we explicitly set the working-directory to the root here.
working-directory:
# TODO: Add `--latest` when we stop having the python client download
# the latest version.
run: |
gh release edit ${{ github.ref_name }} \
--draft=false --discussion-category "Announcements"
--draft=false --latest --discussion-category "Announcements"
env:
GH_TOKEN: ${{ github.token }}

0 comments on commit efc761b

Please sign in to comment.