fix: missing libs

This commit is contained in:
Hiddify
2023-10-08 10:32:28 +02:00
parent 7f789d2e01
commit 00f97f28d1

View File

@@ -291,7 +291,7 @@ jobs:
- name: prepare_release_message
run: |
pip install gitchangelog
pip install gitchangelog pystache mustache markdown
previous_release=$(curl --silent "https://api.github.com/repos/hiddify/hiddify-next/releases/latest" | grep -Po '"tag_name": "\K.*?(?=")')
current="${{ github.ref_name }}"
gitchangelog "${previous_release}..$current" > release.md