Skip to content

Commit

Permalink
Update docsgen release version in reusable_workflow.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Dustin Black <[email protected]>
  • Loading branch information
dustinblack authored Jan 8, 2025
1 parent 329f095 commit d59b8f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable_workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- name: Install arcaflow-docsgen
env:
DOCSGEN_VER: "0.4.0"
DOCSGEN_VER: "0.4.1"
run: |
wget https://github.com/arcalot/arcaflow-docsgen/releases/download/v${{env.DOCSGEN_VER}}/arcaflow-docsgen_${{env.DOCSGEN_VER}}_linux_amd64.tar.gz \
&& tar -C /usr/local/bin -xzf arcaflow-docsgen_${{env.DOCSGEN_VER}}_linux_amd64.tar.gz
Expand Down

0 comments on commit d59b8f4

Please sign in to comment.