mirror of
https://github.com/HMCL-dev/HMCL.git
synced 2024-11-21 03:10:58 +08:00
Skip generate release note when not necessary
This commit is contained in:
parent
272132af51
commit
bf87c4ac52
1
.github/workflows/check-update.yml
vendored
1
.github/workflows/check-update.yml
vendored
@ -40,6 +40,7 @@ jobs:
|
||||
env:
|
||||
DOWNLOAD_BASE_URL: https://ci.huangyuhui.net/job/HMCL/${{ env.HMCL_BUILD_NUMBER }}/artifact/HMCL/build/libs
|
||||
- name: Generate release note
|
||||
if: ${{ env.continue == 'true' }}
|
||||
run: |
|
||||
echo "HMCL v$HMCL_VERSION" >> RELEASE_NOTE
|
||||
echo "" >> RELEASE_NOTE
|
||||
|
Loading…
Reference in New Issue
Block a user