Compare commits
	
		
			2 Commits
		
	
	
		
			5bebf44f70
			...
			091f3b24bb
		
	
	| Author | SHA1 | Date | 
|---|---|---|
| 
							
							
								
								 | 
						091f3b24bb | |
| 
							
							
								
								 | 
						b725e533e7 | 
| 
						 | 
					@ -3,9 +3,10 @@ pipeline:
 | 
				
			||||||
    when:
 | 
					    when:
 | 
				
			||||||
      event: tag
 | 
					      event: tag
 | 
				
			||||||
      tag: v*
 | 
					      tag: v*
 | 
				
			||||||
    image: node:lts-alpine
 | 
					    image: plugins/npm
 | 
				
			||||||
    commands:
 | 
					    settings:
 | 
				
			||||||
      - yarn publish --non-interactive
 | 
					      token:
 | 
				
			||||||
 | 
					        from_secret: node_auth_token
 | 
				
			||||||
    secrets: [ node_auth_token ]
 | 
					    secrets: [ node_auth_token ]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
depends_on:
 | 
					depends_on:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue