Skip to content

Commit 9fd5f15

Browse files
authored
Checkout tag
1 parent b65abf4 commit 9fd5f15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/installMediaWiki.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -e
55
MW_BRANCH=$1
66
EXTENSION_NAME=$2
77

8-
wget https://github.com/wikimedia/mediawiki/archive/$MW_BRANCH.tar.gz -nv
8+
wget https://github.com/wikimedia/mediawiki/archive/refs/tags/$MW_BRANCH.tar.gz -nv
99

1010
tar -zxf $MW_BRANCH.tar.gz
1111
mv mediawiki-$MW_BRANCH mediawiki

0 commit comments

Comments
 (0)