Skip to content

Commit 83b8d10

Browse files
fix: remove invalid target field from Vercel deployment payload (#493)
1 parent 166e047 commit 83b8d10

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/preview.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ jobs:
3535
name: $name,
3636
project: $project,
3737
gitSource: {type: "github", repoId: $repoId, ref: $ref},
38-
target: "preview",
3938
env: {INTEGRATIONS_REPO: $integrations_repo, INTEGRATIONS_BRANCH: $integrations_branch}
4039
}')
4140
RESPONSE=$(curl -s -w "\n%{http_code}" -X POST \

0 commit comments

Comments
 (0)