From efc761b85660b57f75d2f819ce78261551f322e4 Mon Sep 17 00:00:00 2001 From: Ben Chambers <35960+bjchambers@users.noreply.github.com> Date: Mon, 25 Sep 2023 11:26:50 -0700 Subject: [PATCH] release: Mark as latest (#765) --- .github/workflows/release_python.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/release_python.yml b/.github/workflows/release_python.yml index 5963b858c..81b6210e7 100644 --- a/.github/workflows/release_python.yml +++ b/.github/workflows/release_python.yml @@ -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 }} \ No newline at end of file