Skip to content

Commit fcc7acf

Browse files
committed
test env pull
1 parent a0e6e2e commit fcc7acf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-theme.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
echo "vercel=${ENVIRONMENT}" >> "$GITHUB_OUTPUT"
4646
4747
- name: Pull Vercel Environment Information
48-
run: vercel pull --yes --environment=${{steps.environment.outputs.vercel}} --token=${{ secrets.VERCEL_TOKEN }}
48+
run: vercel env pull --yes --environment=${{steps.environment.outputs.vercel}} --token=${{ secrets.VERCEL_TOKEN }}
4949

5050
- name: Build Project Artifacts
5151
run: vercel build ${{(steps.environment.outputs.vercel == 'production' && '--prod') || ''}} --token=${{ secrets.VERCEL_TOKEN }}

0 commit comments

Comments
 (0)