Skip to content

Commit

Permalink
Added 1.20.6 and 1.21 branches as a default publish values
Browse files Browse the repository at this point in the history
  • Loading branch information
Faboslav committed Jun 30, 2024
1 parent 19865fd commit 7667d13
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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/[email protected]
Expand Down

0 comments on commit 7667d13

Please sign in to comment.