From 7667d1341b226a58a0423a4fbf7730d90d626596 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ale=C5=A1=20Fabi=C3=A1nek?= Date: Sun, 30 Jun 2024 13:54:12 +0200 Subject: [PATCH] Added 1.20.6 and 1.21 branches as a default publish values --- .github/workflows/publish.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index bda6e93a9..d91d98ea7 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -11,7 +11,7 @@ on: branches: description: 'List of branches to be published' required: true - default: "['1.19.2', '1.19.3', '1.19.4', '1.20.1', '1.20.2', '1.20.4']" + default: "['1.19.2', '1.19.3', '1.19.4', '1.20.1', '1.20.2', '1.20.4', '1.20.6', '1.21']" type: string jobs: @@ -57,6 +57,9 @@ jobs: - branch: "1.20.4" secondary_game_version: "1.20.3" + - branch: "1.20.6" + secondary_game_version: "1.20.5" + steps: - name: "Checkout repository" uses: actions/checkout@v4.1.1