We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0e6e2e commit fcc7acfCopy full SHA for fcc7acf
.github/workflows/deploy-theme.yml
@@ -45,7 +45,7 @@ jobs:
45
echo "vercel=${ENVIRONMENT}" >> "$GITHUB_OUTPUT"
46
47
- name: Pull Vercel Environment Information
48
- run: vercel pull --yes --environment=${{steps.environment.outputs.vercel}} --token=${{ secrets.VERCEL_TOKEN }}
+ run: vercel env pull --yes --environment=${{steps.environment.outputs.vercel}} --token=${{ secrets.VERCEL_TOKEN }}
49
50
- name: Build Project Artifacts
51
run: vercel build ${{(steps.environment.outputs.vercel == 'production' && '--prod') || ''}} --token=${{ secrets.VERCEL_TOKEN }}
0 commit comments