Skip to content

Commit

Permalink
Merge branch 'canary' into canary
Browse files Browse the repository at this point in the history
  • Loading branch information
keyur2582 authored Nov 13, 2023
2 parents 59c52db + dc59d3c commit 0dcd4d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ jobs:
with:
fetch-depth: 25
- name: Install Vercel CLI
run: npm i -g vercel@28.16.15
run: npm i -g vercel@latest
- name: Deploy preview examples
if: ${{ needs.build.outputs.isRelease != 'true' }}
run: ./scripts/deploy-examples.sh
Expand Down

0 comments on commit 0dcd4d6

Please sign in to comment.