summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Cornellà <hello@mcornella.com>2023-09-17 16:20:46 +0200
committerMarc Cornellà <hello@mcornella.com>2023-09-17 16:20:46 +0200
commitcdd7dab5db4c668b962f908b57e244aa1ff4b574 (patch)
tree6520cbf143a61eb71c29663621caaa43dc8e5c89
parentbbda81fe4b338f00bbf7c7f33e6d1b12d067dc05 (diff)
downloadzsh-cdd7dab5db4c668b962f908b57e244aa1ff4b574.tar.gz
zsh-cdd7dab5db4c668b962f908b57e244aa1ff4b574.tar.bz2
zsh-cdd7dab5db4c668b962f908b57e244aa1ff4b574.zip
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
-rw-r--r--.github/workflows/installer.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/installer.yml b/.github/workflows/installer.yml
index ac88d10b0..4a25c8079 100644
--- a/.github/workflows/installer.yml
+++ b/.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 }}