Skip to content

Commit

Permalink
👷 pre-deploy install vercel [skip ci] (#3153)
Browse files Browse the repository at this point in the history
  • Loading branch information
JeromeFitz committed Jan 16, 2025
1 parent 26302ad commit 2545721
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/deploy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ inputs:
runs:
using: 'composite'
steps:
- name: '🔺️ Install'
id: wf-install
shell: bash
run: npm install -g [email protected]
- name: '🔺️ Deploy'
id: wf-deploy
# uses: JeromeFitz/deploy-to-vercel-action@ci/vercel-deploy-commit-limits
Expand Down

0 comments on commit 2545721

Please sign in to comment.