diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/curseforge.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/curseforge.yml b/.github/workflows/curseforge.yml index f82f9e7bf..fb3b451ce 100644 --- a/.github/workflows/curseforge.yml +++ b/.github/workflows/curseforge.yml @@ -16,6 +16,7 @@ on: - 11.x-1.19.4 - 11.x-23w13a_or_b - 12.x-1.20 + - 13.x-1.20.2 jobs: build: @@ -35,4 +36,4 @@ jobs: danielshe_curse_api_key: ${{ secrets.CF_API_KEY }} modrinth_key: ${{ secrets.MODRINTH_KEY }} BRANCH_NAME: ${{ github.ref }} - MAVEN_PASS: ${{ secrets.MAVEN_PASS }}
\ No newline at end of file + MAVEN_PASS: ${{ secrets.MAVEN_PASS }} |
