mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-05-06 20:32:55 +08:00
fix: telegram mini app pipeline (#252)
This commit is contained in:
2
.github/workflows/frontend_deploy.yaml
vendored
2
.github/workflows/frontend_deploy.yaml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user