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