ci(installer): remove `vc link` which generates the wrong project

`vc link` is not needed, as we already have `VERCEL_PROJECT_ID`
defined as an env variable. Currently the `vc link` only creates
a second empty project with the name `installer` as seen in logs:

  Linked to ohmyzsh/installer (created .vercel and added it to .gitignore)
  Vercel CLI 32.2.4
master
Marc Cornellà 3 years ago
parent bbda81fe4b
commit cdd7dab5db
No known key found for this signature in database
GPG Key ID: 314585E776A9C1B
  1. 1
      .github/workflows/installer.yml

@ -51,5 +51,4 @@ jobs:
run: |
cp tools/install.sh .github/workflows/installer/install.sh
cd .github/workflows/installer
vc link --yes -t ${{ secrets.VERCEL_TOKEN }}
vc deploy --prod -t ${{ secrets.VERCEL_TOKEN }}

Loading…
Cancel
Save