Skip to content

Commit

Permalink
FIX: curl scripts from right branch (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgepiloto authored Dec 6, 2022
1 parent ca03563 commit 56fd1c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc-deploy-stable/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ runs:
if: env.ACCEPTED_FORMAT == 'true'
shell: bash
run: |
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
- name: "Update the version JSON file"
if: env.ACCEPTED_FORMAT == 'true'
Expand Down

0 comments on commit 56fd1c7

Please sign in to comment.