We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 322335c commit e26b112Copy full SHA for e26b112
.github/workflows/ansys_lab.yml
@@ -5,14 +5,14 @@ on:
5
workflow_call:
6
inputs:
7
version:
8
- description: "Release version as 'X.Y.Z'"
+ description: "Release version as 'vX.Y.Z'"
9
type: string
10
required: true
11
# Can be called manually
12
workflow_dispatch:
13
14
15
16
17
18
@@ -43,7 +43,7 @@ jobs:
43
with:
44
file: HTML-doc-ansys-dpf-post.zip
45
token: ${{ secrets.GITHUB_TOKEN }}
46
- version: tags/v${{ inputs.version }}
+ version: tags/${{ inputs.version }}
47
48
- name: "Extract ipynb examples"
49
shell: python
0 commit comments