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 b65abf4 commit 9fd5f15Copy full SHA for 9fd5f15
.github/workflows/installMediaWiki.sh
@@ -5,7 +5,7 @@ set -e
5
MW_BRANCH=$1
6
EXTENSION_NAME=$2
7
8
-wget https://github.com/wikimedia/mediawiki/archive/$MW_BRANCH.tar.gz -nv
+wget https://github.com/wikimedia/mediawiki/archive/refs/tags/$MW_BRANCH.tar.gz -nv
9
10
tar -zxf $MW_BRANCH.tar.gz
11
mv mediawiki-$MW_BRANCH mediawiki
0 commit comments