Update demo.yml

This commit is contained in:
luoxiaozero 2024-01-17 17:27:44 +08:00 committed by GitHub
parent 5f0a05b4f6
commit b89e75179f
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 ${{ env.VERCEL_TOKEN }} --prod
env:
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}