fix: telegram mini app pipeline (#252)

This commit is contained in:
Dream Hunter
2024-05-19 11:34:30 +08:00
committed by GitHub
parent 9f3ff7b980
commit 8ac96bff1f

View File

@@ -40,7 +40,7 @@ jobs:
echo "Deployed for tag ${{ github.ref_name }}"
if [ -n "$tg_mini_app_project_name" ]; then
echo "Deploying telegram mini app $tg_mini_app_project_name"
pnpm run deploy:telegram --project-name=temp-mail-tg-miniapp
pnpm run deploy:telegram --project-name=$tg_mini_app_project_name
echo "Deployed telegram mini app for ${{ github.ref_name }}"
fi
env: