Skip to content

Commit

Permalink
Backport cause i was bored
Browse files Browse the repository at this point in the history
  • Loading branch information
enjarai committed Sep 30, 2023
1 parent c35c699 commit d521047
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/publish_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d521047

Please sign in to comment.