Skip to content

Commit

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

Signed-off-by: Liyan Zhao <[email protected]>
  • Loading branch information
zly2006 committed Apr 1, 2024
1 parent 307e653 commit 964901b
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 @@ -85,7 +85,7 @@ jobs:
generateReleaseNotes: true
name: "[CI#${{ github.run_number }}] ${{ steps.get_mod_name.outputs.mod_name }} Mod Pre-Release ${{ steps.get_mod_version.outputs.mod_version }}"
prerelease: true
tag: "beta/${{ steps.get_commit_sha.outputs.short_sha }}"
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
Expand Down

0 comments on commit 964901b

Please sign in to comment.