Skip to content

Commit 56fd1c7

Browse files
authored
FIX: curl scripts from right branch (#112)
1 parent ca03563 commit 56fd1c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc-deploy-stable/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ runs:
9797
if: env.ACCEPTED_FORMAT == 'true'
9898
shell: bash
9999
run: |
100-
curl https://raw.githubusercontent.com/pyansys/actions/main/scripts/version_mapper.py -o version_mapper.py
100+
curl https://raw.githubusercontent.com/pyansys/actions/release/${{ env.VERSION }}/scripts/version_mapper.py -o version_mapper.py
101101
102102
- name: "Update the version JSON file"
103103
if: env.ACCEPTED_FORMAT == 'true'

0 commit comments

Comments
 (0)