File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1414    name : Create Draft Release 
1515    runs-on : ubuntu-latest 
1616    steps :
17+       - name : Checkout 
18+         uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8  #  v5.0.0
19+         with :
20+           persist-credentials : false 
21+           fetch-depth : 0 
22+ 
23+       - name : Generate Changelog 
24+         id : changelog 
25+         uses : orhun/git-cliff-action@d77b37db2e3f7398432d34b72a12aa3e2ba87e51  #  v4.6.0
26+         with :
27+           config : rust/boil/cliff.toml 
28+           args : --latest --strip header 
29+ 
1730      - name : Create Draft Release 
1831        uses : softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8  #  v2.3.2
1932        with :
33+           body : ${{ steps.changelog.outputs.content }} 
2034          draft : true 
2135
2236  build :
Original file line number Diff line number Diff line change 2424    strategy :
2525      fail-fast : false 
2626      matrix :
27-         runner : ["ubuntu-latest", "ubicloud-standard-8-arm"] 
27+         runner : ["ubuntu-latest", "ubicloud-standard-8-arm-ubuntu-2404 "] 
2828        ubi-version : ["ubi9"] 
2929    runs-on : ${{ matrix.runner }} 
3030    steps :
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments