Skip to content

Commit

Permalink
Fixing typo vercel deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
eksqtr committed Sep 2, 2024
1 parent 3e5d4e0 commit 43ca190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vercel-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
if: github.ref == 'refs/heads/master'
steps:
- name: Checkout project source
uses: actions/checkout@v
uses: actions/checkout@v2

- name: Install Vercel CLI Latest
run: npm install --global vercel@latest
Expand Down

0 comments on commit 43ca190

Please sign in to comment.