We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca85edd commit a98f149Copy full SHA for a98f149
.github/actions/vercel/action.yaml
@@ -76,7 +76,7 @@ runs:
76
export GITHUB_SHA=${{ inputs.sha }}
77
export GITHUB_REF_NAME=${{ inputs.ref-name }}
78
79
- vercel build
+ pnpx vercel build
80
shell: bash
81
82
- name: Patch
@@ -103,7 +103,7 @@ runs:
103
- name: Deploy
104
id: deploy
105
run: |
106
- vercel deploy \
+ pnpx vercel deploy \
107
--prebuilt \
108
--token ${{ inputs.vercel-token }} \
109
2> >(tee info.txt >&2) | tee domain.txt
@@ -118,7 +118,7 @@ runs:
118
119
ALIAS="${{ steps.branch.outputs.value }}"
120
121
- vercel alias set \
+ pnpx vercel alias set \
122
"${{ steps.deploy.outputs.domain }}" \
123
"${ALIAS}-wstd-00-${{ inputs.environment }}" \
124
0 commit comments