Skip to content

Commit

Permalink
Try fix releaser.yml upload_docs_release job
Browse files Browse the repository at this point in the history
Signed-off-by: paul.profizi <paul.profizi@ansys.com>
  • Loading branch information
PProfizi committed Feb 21, 2024
1 parent aa458c2 commit e0cd21a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
with:
file: HTML-doc-ansys-dpf-core.zip
token: ${{ secrets.GITHUB_TOKEN }}
version: ${{ github.event.inputs.release_tag && 'tags/'+github.event.inputs.release_tag || 'tags/'+needs.get_latest_tag.outputs.version }}
version: ${{ github.event.inputs.release_tag && tags/${{github.event.inputs.release_tag}} || tags/${{needs.get_latest_tag.outputs.version}} }}

- name: "List downloaded assets"
shell: bash
Expand Down

0 comments on commit e0cd21a

Please sign in to comment.