File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 11#  This workflow will run tests using node and then publish a package to GitHub Packages when a release is created
22#  For more information see: https://help.github.com/actions/language-and-framework-guides/publishing-nodejs-packages
33
4- name : React paper renderer 
4+ name : Publish to NPM 
55
66on :
77  release :
2828          node-version : 16 
2929          registry-url : https://registry.npmjs.org/ 
3030      - run : yarn 
31+       - run : yarn build 
3132      - run : yarn publish 
3233        env :
3334          NODE_AUTH_TOKEN : ${{secrets.NPM_TOKEN}} 
Original file line number Diff line number Diff line change 11{
22  "name" : " react-paper-renderer"  ,
3+   "version" : " 0.0.3"  ,
34  "description" : " Paper.js renderer for React"  ,
45  "author" : 
" Bojan Hribernik <[email protected] >" ,
 56  "license" : " MIT"  ,
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments