Update demo.yml

This commit is contained in:
luoxiaozero 2024-01-17 17:22:56 +08:00 committed by GitHub
parent 5d5d1c6da3
commit 5f0a05b4f6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -36,7 +36,7 @@ jobs:
cd demo
trunk build --release
- name: Deploy
run: npx vercel --token ${VERCEL_TOKEN} --prod
run: npx vercel --token ${{VERCEL_TOKEN}} --prod
env:
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}