generated from ztimson/template
	Fixed build action
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				Publish Library / Build NPM Project (push) Successful in 39s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	Publish Library / Build NPM Project (push) Successful in 39s
				
			This commit is contained in:
		
							
								
								
									
										4
									
								
								.github/workflows/build.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/build.yaml
									
									
									
									
										vendored
									
									
								
							@@ -15,12 +15,9 @@ jobs:
 | 
			
		||||
 | 
			
		||||
            - name: Install & Build
 | 
			
		||||
              run: npm i && npm run build
 | 
			
		||||
              working-directory: lib
 | 
			
		||||
 | 
			
		||||
            - name: Upload to Registry
 | 
			
		||||
              uses: ztimson/actions/npm/publish@develop
 | 
			
		||||
              with:
 | 
			
		||||
                  working-directory: lib
 | 
			
		||||
 | 
			
		||||
            - name: Upload to NPM
 | 
			
		||||
              uses: ztimson/actions/npm/publish@develop
 | 
			
		||||
@@ -28,4 +25,3 @@ jobs:
 | 
			
		||||
                  owner: ztimson
 | 
			
		||||
                  registry: https://registry.npmjs.org/
 | 
			
		||||
                  token: ${{secrets.NPM_TOKEN}}
 | 
			
		||||
                  working-directory: lib
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user