Skip to content

Commit bb5c273

Browse files
author
pauliusguzas
committed
try to fix prod deployments:
1 parent 42218d4 commit bb5c273

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: npm install --global vercel@latest
2424
- run: rm -rf .vercel
2525
- name: Pull Vercel Environment Information
26-
run: vercel pull --yes --git-branch=release --environment=production --token=${{ secrets.VERCEL_TOKEN }}
26+
run: vercel pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }}
2727
- name: Build Project Artifacts
2828
run: BASE_URL=https://renative.org ALGOLIA_INDEX=renative_docsearch vercel build
2929
- name: Deploy Project Artifacts to Vercel

0 commit comments

Comments
 (0)