9
0
mirror of https://github.com/SparklyPower/SparklyPaper.git synced 2025-12-27 19:09:06 +00:00

Update to the latest Paper 1.21.3 commit, disable automatic updates because Paper did not release a ver/1.21.3 branch, remove the max height fix patch because this was fixed in Spigot

This commit is contained in:
MrPowerGamerBR
2024-12-08 20:25:50 -03:00
parent 727305af6f
commit db8ee6c228
9 changed files with 27 additions and 46 deletions

View File

@@ -1,8 +1,9 @@
name: Automatically update Paper commit hash
on:
workflow_dispatch: {}
schedule:
- cron: "0 0 * * *"
# Paper did not release a ver/1.21.3 branch, so we need to disable it manually
# schedule:
# - cron: "0 0 * * *"
jobs:
build:
runs-on: ubuntu-latest