From e5a48ba14f4bebdd0016f5cb64ca6f6fdcc13ac8 Mon Sep 17 00:00:00 2001 From: shedaniel Date: Thu, 7 Sep 2023 15:25:47 +0800 Subject: Update to 1.20.2-pre1 and publish the mod --- .github/workflows/curseforge.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.github') 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 }} -- cgit