mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
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
This commit is contained in:
parent
bbda81fe4b
commit
cdd7dab5db
1 changed files with 0 additions and 1 deletions
1
.github/workflows/installer.yml
vendored
1
.github/workflows/installer.yml
vendored
|
@ -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…
Reference in a new issue