Skip to content

Commit

Permalink
🎁 修复自动化工作流
Browse files Browse the repository at this point in the history
修复开发预览工作流无法正常运行的BUG
  • Loading branch information
inwinter04 committed Nov 22, 2022
1 parent cfa3936 commit b192722
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install Vercel CLI
run: npm install --global vercel@latest
run: |
npm install --global vercel@latest
npm install -g pnpm
- name: Pull Vercel Environment Information
run: vercel pull --yes --environment=preview --token=${{ secrets.VERCEL_TOKEN }}
- name: Build Project Artifacts
Expand Down

1 comment on commit b192722

@vercel
Copy link

@vercel vercel bot commented on b192722 Nov 22, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.