mirror of
				https://github.com/ohmyzsh/ohmyzsh.git
				synced 2025-11-04 05:01:17 +08: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
									
								
								.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…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user