Skip to content

Commit

Permalink
point version release docs to the actual version release
Browse files Browse the repository at this point in the history
  • Loading branch information
sage-wright committed Sep 9, 2024
1 parent 50daccf commit 0f0f4b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-version-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ jobs:
git config user.name sage-wright
git config user.email [email protected]
LATEST_RELEASE=$(curl -sL https://api.github.com/repos/theiagen/public_health_bioinformatics/releases/latest | jq -r ".tag_name")
mike deploy --push --update-aliases main
mike deploy --push --update-aliases ${LATEST_RELEASE} latest
mike set-default --push latest

0 comments on commit 0f0f4b1

Please sign in to comment.