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 ca03563 commit 56fd1c7Copy full SHA for 56fd1c7
doc-deploy-stable/action.yml
@@ -97,7 +97,7 @@ runs:
97
if: env.ACCEPTED_FORMAT == 'true'
98
shell: bash
99
run: |
100
- curl https://raw.githubusercontent.com/pyansys/actions/main/scripts/version_mapper.py -o version_mapper.py
+ curl https://raw.githubusercontent.com/pyansys/actions/release/${{ env.VERSION }}/scripts/version_mapper.py -o version_mapper.py
101
102
- name: "Update the version JSON file"
103
0 commit comments