diff --git a/action.yml b/action.yml index 876f53f..0b99004 100644 --- a/action.yml +++ b/action.yml @@ -95,7 +95,7 @@ runs: # We only check for releases in the official repository if [[ "${{ inputs.repository }}" == "gap-system/gap" ]] ; then - wget -q -O $RUNNER_TEMP/gap_releases.json https://www.gap-system.org/releases.json + wget -q -O $RUNNER_TEMP/gap_releases.json https://raw.githubusercontent.com/gap-system/GapWWW/master/releases.json if [[ "${{ inputs.gap-version }}" == "latest" ]] ; then echo "Version: latest release" VERSION=$(cat $RUNNER_TEMP/gap_releases.json | jq -r '.[] | select(.isLatest == true) | .tagName ')