Skip to content

Commit c42ac80

Browse files
committed
sqlite-dist git tag format
1 parent 6e447f3 commit c42ac80

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
name: sqlite-rembed-windows-x86_64-extension
7575
path: dist/windows-x86_64
7676
- run: |
77-
curl -L https://github.com/asg017/sqlite-dist/releases/download/v0.0.1-alpha.6/sqlite-dist-x86_64-unknown-linux-gnu.tar.xz \
77+
curl -L https://github.com/asg017/sqlite-dist/releases/download/v0.0.1-alpha.7/sqlite-dist-x86_64-unknown-linux-gnu.tar.xz \
7878
| tar xfJ - --strip-components 1
7979
- run: make sqlite-rembed.h
8080
- run: ./sqlite-dist ./sqlite-dist.toml --input dist/ --output distx/ --version $(cat VERSION)

sqlite-dist.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ homepage = "https://alexgarcia.xyz/sqlite-rembed"
55
repo = "https://github.com/asg017/sqlite-rembed"
66
description = "A SQLite extension for generating text embeddings from remote sources (OpenAI, Cohere, localhost, etc.)"
77
authors = ["Alex Garcia"]
8+
git_tag_format = "v$VERSION"
89

910
[targets]
1011
github_releases = {}

0 commit comments

Comments
 (0)