Skip to content

Commit

Permalink
chore: update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Razz21 committed Mar 6, 2025
1 parent d2f28f8 commit ca8d7ff
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,8 @@ jobs:
with:
node-version: 22.x
cache: "pnpm"

- name: Install dependencies
run: pnpm install
- name: Install Vercel CLI
run: npm install --global vercel@latest
run: pnpm add --global vercel@latest
- name: Pull Vercel Environment Information
run: vercel pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }}
- name: Build Project Artifacts
Expand Down

0 comments on commit ca8d7ff

Please sign in to comment.