Skip to content

Commit

Permalink
chore(repo): Rename prod to production when running vercel pull
Browse files Browse the repository at this point in the history
  • Loading branch information
nikosdouvlis committed Nov 10, 2023
1 parent 3ef8b6e commit 19550ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/preview.retheme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Pull Vercel environment information
run: |
cd $FULL_TMP_FOLDER
vercel pull --yes --environment=prod --token=${{ secrets.VERCEL_CLERK_COOKIE_TOKEN }}
vercel pull --yes --environment=production --token=${{ secrets.VERCEL_CLERK_COOKIE_TOKEN }}
- name: Copy clerk-js/dist into public/clerk-js of test site
run: |
Expand Down

0 comments on commit 19550ec

Please sign in to comment.