This commit is contained in:
tr7zw 2020-02-26 17:40:00 +01:00
parent f3e9c5e283
commit 3c806617b5
2 changed files with 2 additions and 1 deletions

View File

@ -13,6 +13,8 @@ jobs:
run: |
git submodule init
git submodule update
git config --global user.email "ci@github.com"
git config --global user.name "Github CI"
./yapfa up
./yapfa patch
./yapfa build

View File

@ -41,4 +41,3 @@ cd $basedir/mc-dev
git add . -A
git commit . -m "mc-dev"
git tag -a "$paperVer" -m "$paperVer" 2>/dev/null
pushRepo . $MCDEV_REPO $paperVer