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 <[email protected]>
  • Loading branch information
PProfizi committed Feb 21, 2024
1 parent e0cd21a commit 718e8f5
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 718e8f5

Please sign in to comment.