Compare commits
	
		
			2 Commits
		
	
	
		
			5ecee9d66f
			...
			2710e74ed3
		
	
	| Author | SHA1 | Date | 
|---|---|---|
| 
							
							
								
								 | 
						2710e74ed3 | |
| 
							
							
								
								 | 
						af89e7f63d | 
| 
						 | 
					@ -1,5 +1,7 @@
 | 
				
			||||||
pipeline:
 | 
					pipeline:
 | 
				
			||||||
  lint:
 | 
					  lint:
 | 
				
			||||||
 | 
					    when:
 | 
				
			||||||
 | 
					      branch: [main, develop]
 | 
				
			||||||
    image: node:lts-alpine
 | 
					    image: node:lts-alpine
 | 
				
			||||||
    commands:
 | 
					    commands:
 | 
				
			||||||
      - yarn install
 | 
					      - yarn install
 | 
				
			||||||
| 
						 | 
					@ -9,9 +11,9 @@ pipeline:
 | 
				
			||||||
    when:
 | 
					    when:
 | 
				
			||||||
      event: tag
 | 
					      event: tag
 | 
				
			||||||
      tag: v*
 | 
					      tag: v*
 | 
				
			||||||
 | 
					      branch: [main, develop]
 | 
				
			||||||
    image: node:lts-alpine
 | 
					    image: node:lts-alpine
 | 
				
			||||||
    commands:
 | 
					    commands:
 | 
				
			||||||
      - yarn publish --non-interactive
 | 
					      - yarn publish --non-interactive
 | 
				
			||||||
    secrets: [ node_auth_token ]
 | 
					    secrets: [ node_auth_token ]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
branches: [main, develop]
 | 
					 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue