File tree Expand file tree Collapse file tree 4 files changed +39
-0
lines changed Expand file tree Collapse file tree 4 files changed +39
-0
lines changed Original file line number Diff line number Diff line change 1+ #  File managed by web3-bot. DO NOT EDIT.
2+ #  See https://github.com/protocol/.github/ for details.
3+ 
4+ name : Release Checker 
5+ on :
6+   pull_request :
7+     paths : [ 'version.json' ] 
8+     branches : [ master ] 
9+ 
10+ jobs :
11+   release-check :
12+     uses : protocol/.github/.github/workflows/release-check.yml@master 
Original file line number Diff line number Diff line change 1+ #  File managed by web3-bot. DO NOT EDIT.
2+ #  See https://github.com/protocol/.github/ for details.
3+ 
4+ name : Releaser 
5+ on :
6+   push :
7+     paths : [ 'version.json' ] 
8+     branches : [ master ] 
9+ 
10+ jobs :
11+   releaser :
12+     uses : protocol/.github/.github/workflows/releaser.yml@master 
Original file line number Diff line number Diff line change 1+ #  File managed by web3-bot. DO NOT EDIT.
2+ #  See https://github.com/protocol/.github/ for details.
3+ 
4+ name : Tag Push Checker 
5+ on :
6+   push :
7+     tags :
8+       - v* 
9+ 
10+ jobs :
11+   releaser :
12+     uses : protocol/.github/.github/workflows/tagpush.yml@master 
Original file line number Diff line number Diff line change 1+ {
2+   "version" : " v0.3.2" 
3+ }
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments