Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
[publish beta]

Signed-off-by: Liyan Zhao <return65535@qq.com>
  • Loading branch information
zly2006 committed Jul 15, 2024
1 parent 9887a2e commit 73c05af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish-pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
tag: "beta/${{ steps.get_mod_version.outputs.mod_version }}"

- name: Publish to Modrinth & CurseForge
if: ${{ env.PUBLISH_BETA == 'true' && matrix.java == 17 }} # Only publish the version built with Java LTS
if: ${{ env.PUBLISH_BETA == 'true' && matrix.java == 21 }} # Only publish the version built with Java LTS
uses: Kir-Antipov/mc-publish@v3.3
with:
# Publish to Modrinth
Expand Down

0 comments on commit 73c05af

Please sign in to comment.