Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fewensa authored Sep 12, 2024
1 parent f668600 commit d81a2ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy-prd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: actions/checkout@v2
- uses: pnpm/action-setup@v4
with:
repository: darwinia-network/devops
path: .github
version: 9

- uses: darwinia-network/devops/actions/smart-vercel@main
name: Deploy to Vercel
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/deploy-stg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: actions/checkout@v2
- uses: pnpm/action-setup@v4
with:
repository: darwinia-network/devops
path: .github
version: 9

- uses: darwinia-network/devops/actions/smart-vercel@main
name: Deploy to Vercel
Expand Down

0 comments on commit d81a2ef

Please sign in to comment.