Skip to content

Commit

Permalink
fix: delete --prebuilt in github vercel action
Browse files Browse the repository at this point in the history
  • Loading branch information
aboutmydreams committed Jun 29, 2024
1 parent 82e2cfa commit a1f7567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ncu-zh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Build Project Artifacts
run: vercel build --prod --local-config ./vercel.json --token=${{ secrets.VERCEL_TOKEN }}
- name: Deploy Project Artifacts to Vercel
run: vercel deploy --prebuilt --prod --archive=tgz --token=${{ secrets.VERCEL_TOKEN }}
run: vercel deploy --prod --token=${{ secrets.VERCEL_TOKEN }} # --archive=tgz --prebuilt 使用预编译好的产物

- name: Handle special characters in commit message
run: |
Expand Down

0 comments on commit a1f7567

Please sign in to comment.