Skip to content

Commit

Permalink
enable dispatch as well
Browse files Browse the repository at this point in the history
  • Loading branch information
sage-wright committed Nov 21, 2024
1 parent 5a17ee5 commit 43999d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-version.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: version-documentation
on:
workflow_dispatch:
release:
types: [published]

Expand Down Expand Up @@ -34,6 +35,6 @@ jobs:
run: |
git config user.name sage-wright
git config user.email [email protected]
LATEST_RELEASE=$(curl -sL https://api.github.com/repos/theiagen/tbp-parser/releases/latest | jq -r ".tag_name")
LATEST_RELEASE=$(curl -sL https://api.github.com/repos/theiagen/tbp-parser/releases/1.6.0 | jq -r ".tag_name")
mike deploy --push --update-aliases ${LATEST_RELEASE} latest
mike set-default --push latest

0 comments on commit 43999d7

Please sign in to comment.