9
0
mirror of https://github.com/Dreeam-qwq/Gale.git synced 2025-12-25 09:39:19 +00:00

Fix auto upstream workflow (#2)

* Added execution permission for upstream script
This commit is contained in:
Pascalpex
2024-07-16 14:22:55 +02:00
committed by GitHub
parent d70d3a044c
commit 043987420c
2 changed files with 2 additions and 1 deletions

View File

@@ -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

View File

@@ -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