Skip to content

Commit 26ba2d4

Browse files
committed
fetch git tags
1 parent a439307 commit 26ba2d4

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
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

0 commit comments

Comments
 (0)