diff options
| author | shedaniel <daniel@shedaniel.me> | 2023-09-07 15:25:47 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2023-09-07 15:25:47 +0800 |
| commit | e5a48ba14f4bebdd0016f5cb64ca6f6fdcc13ac8 (patch) | |
| tree | 2cc737b9942f741f53db92c36780e662b8b8b1e6 /.github | |
| parent | 5296049d81a7d201eeb1f535b4223bd0ba21febb (diff) | |
| download | RoughlyEnoughItems-e5a48ba14f4bebdd0016f5cb64ca6f6fdcc13ac8.tar.gz RoughlyEnoughItems-e5a48ba14f4bebdd0016f5cb64ca6f6fdcc13ac8.tar.bz2 RoughlyEnoughItems-e5a48ba14f4bebdd0016f5cb64ca6f6fdcc13ac8.zip | |
Update to 1.20.2-pre1 and publish the mod
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 }} |
