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