Skip to content

Commit

Permalink
update docsgen release version (arcalot#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfleader authored Aug 12, 2024
1 parent fe64707 commit 6ab4aad
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.3.2"
DOCSGEN_VER: "0.3.3"
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 6ab4aad

Please sign in to comment.