update CI
This commit is contained in:
8
.github/workflows/build_1_20_4_v2.yml
vendored
8
.github/workflows/build_1_20_4_v2.yml
vendored
@@ -71,10 +71,10 @@ jobs:
|
||||
with:
|
||||
release_name: "Luminol MC1.20.4 - ${{ github.event.repository.updated_at}}"
|
||||
tag: ${{ env.tag }}
|
||||
body: |
|
||||
📦Version: `${{ steps.get_version.outputs.version }}` | Commit ${{ steps.short_sha.outputs.sha_short }} [](https://github.com/LeavesMC/LuminolMC/Luminol/download/${{ steps.get_version.outputs.version }}-${{ steps.short_sha.outputs.sha_short }}/luminol-1.20.4-paperclip.jar)
|
||||
This release is automatically compiled by GitHub Actions
|
||||
repo_token: "${{ secrets.GHP }}"
|
||||
# body: |
|
||||
# 📦Version: `${{ steps.get_version.outputs.version }}` | Commit ${{ steps.short_sha.outputs.sha_short }} [](https://github.com/LeavesMC/LuminolMC/Luminol/download/${{ steps.get_version.outputs.version }}-${{ steps.short_sha.outputs.sha_short }}/luminol-1.20.4-paperclip.jar)
|
||||
# This release is automatically compiled by GitHub Actions
|
||||
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
file: "build/libs/luminol-1.20.4-paperclip.jar"
|
||||
file_glob: true
|
||||
prerelease: ${{ env.pre }}
|
||||
|
||||
Reference in New Issue
Block a user