fix(ci): clean YAML syntax in workflow files

This commit is contained in:
IANewCool 2025-08-11 20:01:42 -04:00
parent ab879f26b6
commit 924b7967c3
2 changed files with 2 additions and 4 deletions

View File

@ -32,5 +32,4 @@ jobs:
- run: flutter build web --release --dart-define=API_BASE=https://api.tunestream.io - run: flutter build web --release --dart-define=API_BASE=https://api.tunestream.io
- run: npm i -g vercel - run: npm i -g vercel
# deploy del directorio estático generado por Flutter # deploy del directorio estático generado por Flutter
- run: vercel deploy --prod build/web --yes --token ${{ secrets.VERCEL_TOKEN }} --name tunestream-app - run: vercel deploy --prod build/web --yes --token ${{ secrets.VERCEL_TOKEN }} --name tunestream-app
YAML < /dev/null

View File

@ -19,5 +19,4 @@
] ]
} }
] ]
} }
JSON < /dev/null