From d52104742e70c6fbce42cd164a9c3f501822fad0 Mon Sep 17 00:00:00 2001 From: enjarai Date: Sat, 30 Sep 2023 10:32:32 +0200 Subject: [PATCH] Backport cause i was bored --- .github/workflows/publish_all.yml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/publish_all.yml b/.github/workflows/publish_all.yml index 1cafd2ec..2409fdba 100644 --- a/.github/workflows/publish_all.yml +++ b/.github/workflows/publish_all.yml @@ -18,22 +18,22 @@ jobs: body_path: CHANGELOG.md is_append_body: true -# deploy_1_19_4: -# uses: enjarai/do-a-barrel-roll/.github/workflows/publish.yml@1.19.4/next -# with: -# branch: 1.19.4/next -# game_vers: | -# 1.19.4 -# java_vers: 17 -# GITHUB_REF: ${{ github.ref }} -# secrets: -# CURSEFORGE_TOKEN: ${{ secrets.CURSEFORGE_TOKEN }} -# MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }} -# PUBLISH_MAVEN_USERNAME: ${{ secrets.PUBLISH_MAVEN_USERNAME }} -# PUBLISH_MAVEN_PASSWORD: ${{ secrets.PUBLISH_MAVEN_PASSWORD }} + deploy_1_19_4: + uses: enjarai/do-a-barrel-roll/.github/workflows/publish.yml@1.19.4/next + with: + branch: 1.19.4/next + game_vers: | + 1.19.4 + java_vers: 17 + GITHUB_REF: ${{ github.ref }} + secrets: + CURSEFORGE_TOKEN: ${{ secrets.CURSEFORGE_TOKEN }} + MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }} + PUBLISH_MAVEN_USERNAME: ${{ secrets.PUBLISH_MAVEN_USERNAME }} + PUBLISH_MAVEN_PASSWORD: ${{ secrets.PUBLISH_MAVEN_PASSWORD }} deploy_1_20: -# needs: deploy_1_19_4 + needs: deploy_1_19_4 uses: enjarai/do-a-barrel-roll/.github/workflows/publish.yml@1.20/dev with: branch: 1.20/dev