Skip to content

Commit e26b112

Browse files
authored
Fix ansys_lab.yml tag management (#597)
1 parent 322335c commit e26b112

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ansys_lab.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ on:
55
workflow_call:
66
inputs:
77
version:
8-
description: "Release version as 'X.Y.Z'"
8+
description: "Release version as 'vX.Y.Z'"
99
type: string
1010
required: true
1111
# Can be called manually
1212
workflow_dispatch:
1313
inputs:
1414
version:
15-
description: "Release version as 'X.Y.Z'"
15+
description: "Release version as 'vX.Y.Z'"
1616
type: string
1717
required: true
1818

@@ -43,7 +43,7 @@ jobs:
4343
with:
4444
file: HTML-doc-ansys-dpf-post.zip
4545
token: ${{ secrets.GITHUB_TOKEN }}
46-
version: tags/v${{ inputs.version }}
46+
version: tags/${{ inputs.version }}
4747

4848
- name: "Extract ipynb examples"
4949
shell: python

0 commit comments

Comments
 (0)