Skip generate release note when not necessary

This commit is contained in:
Glavo 2021-10-17 22:48:31 +08:00 committed by Yuhui Huang
parent 272132af51
commit bf87c4ac52

View File

@ -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