Compare commits
	
		
			2 Commits
		
	
	
		
			2710e74ed3
			...
			5ecee9d66f
		
	
	| Author | SHA1 | Date | 
|---|---|---|
| 
							
							
								
								 | 
						5ecee9d66f | |
| 
							
							
								
								 | 
						fa4f4d8c2f | 
| 
						 | 
					@ -1,7 +1,5 @@
 | 
				
			||||||
pipeline:
 | 
					pipeline:
 | 
				
			||||||
  lint:
 | 
					  lint:
 | 
				
			||||||
    when:
 | 
					 | 
				
			||||||
      branch: [main, develop]
 | 
					 | 
				
			||||||
    image: node:lts-alpine
 | 
					    image: node:lts-alpine
 | 
				
			||||||
    commands:
 | 
					    commands:
 | 
				
			||||||
      - yarn install
 | 
					      - yarn install
 | 
				
			||||||
| 
						 | 
					@ -11,9 +9,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