Skip to content

Commit e2fed68

Browse files
committed
Use ANSYS_VERSION_LAST_RELEASED_PATCH in ci_release.yml
1 parent b1504b9 commit e2fed68

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci_release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -106,14 +106,14 @@ jobs:
106106
wheelhouse: ${{ matrix.wheelhouse }}
107107
DOCSTRING: ${{ matrix.DOCSTRING }}
108108
test_any: ${{ matrix.test_any }}
109-
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '' }}
109+
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || vars.ANSYS_VERSION_LAST_RELEASED_PATCH }}
110110
secrets: inherit
111111

112112
docs:
113113
uses: ./.github/workflows/docs.yml
114114
with:
115115
ANSYS_VERSION: ${{ inputs.ansys_version || vars.ANSYS_VERSION_LAST_RELEASED }}
116-
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '' }}
116+
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || vars.ANSYS_VERSION_LAST_RELEASED_PATCH }}
117117
event_name: ${{ github.event_name }}
118118
secrets: inherit
119119

@@ -122,7 +122,7 @@ jobs:
122122
with:
123123
ANSYS_VERSION: ${{ inputs.ansys_version || vars.ANSYS_VERSION_LAST_RELEASED }}
124124
python_versions: '["3.10", "3.11", "3.12", "3.13"]'
125-
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '' }}
125+
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || vars.ANSYS_VERSION_LAST_RELEASED_PATCH }}
126126
secrets: inherit
127127

128128
tests-retro:
@@ -153,7 +153,7 @@ jobs:
153153
- "false"
154154
include:
155155
- version: ${{ vars.ANSYS_VERSION_LAST_RELEASED }}
156-
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '' }}
156+
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || vars.ANSYS_VERSION_LAST_RELEASED_PATCH }}
157157
test_docstrings": "true"
158158
uses: ./.github/workflows/pydpf-post.yml
159159
with:
@@ -167,7 +167,7 @@ jobs:
167167
uses: ./.github/workflows/test_docker.yml
168168
with:
169169
ANSYS_VERSION: ${{ inputs.ansys_version || vars.ANSYS_VERSION_LAST_RELEASED }}
170-
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '' }}
170+
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || vars.ANSYS_VERSION_LAST_RELEASED_PATCH }}
171171
secrets: inherit
172172

173173
docker_examples:
@@ -176,7 +176,7 @@ jobs:
176176
with:
177177
ANSYS_VERSION: ${{ inputs.ansys_version || vars.ANSYS_VERSION_LAST_RELEASED }}
178178
python_versions: '["3.10", "3.11", "3.12", "3.13"]'
179-
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '' }}
179+
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || vars.ANSYS_VERSION_LAST_RELEASED_PATCH }}
180180
secrets: inherit
181181

182182
draft_release:

0 commit comments

Comments
 (0)