File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 3232    runs-on : ubuntu-latest 
3333    steps :
3434      - uses : actions/checkout@v4 
35+         with :
36+           fetch-tags : true 
3537
3638      - name : Setup Node.js 
3739        uses : actions/setup-node@v4 
@@ -76,14 +78,19 @@ jobs:
7678            spreadsheet.handlebars 
7779            README.md 
7880           body : | 
79-             Release:  ${{ github.ref_name }} 
81+             ##  Release ${{ github.ref_name }} 
8082
8183            ${{ steps.tag_description.outputs.TAG_DESC }} 
8284
8385            ### To install the Spreadsheet component 
8486
85-             Copy the spreadsheet.handlebars file to your project's 'sqlpage/templates' directory. 
86-             You can then use the component in your SQLPage project with `select 'spreadsheet' as component`. 
87+             1. Download the asset named `spreadsheet.handlebars` below. 
88+             2. Copy the file to your project's `sqlpage/templates` directory. 
89+             3. You can then use the component in your SQLPage project with  
90+              
91+             ```sql 
92+             select 'spreadsheet' as component 
93+             ``` 
8794
8895            ### Offline distribution 
8996
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments