diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index 59e25f2..0e16026 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -71,6 +71,7 @@ jobs: if ! git diff --quiet; then echo "Writing to repo....." git add . + chmod +x ./scripts/upstreamCommit.sh ./scripts/upstreamCommit.sh --paper $CUR_PAPER_REF git push else diff --git a/gradle.properties b/gradle.properties index d97e68e..c76f891 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,7 +2,7 @@ group=org.galemc.gale version=1.21-R0.1-SNAPSHOT mcVersion=1.21 -paperRef=b57b24d549c65ddc5eb3edcc1ecc6aad2826dbd8 +paperRef=2cd8c461af74f0a524878dcdffba86cd105c48c6 org.gradle.caching=false org.gradle.parallel=true