mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-29 19:06:32 +02:00
gha: git config ugh
This commit is contained in:
parent
5209d2c025
commit
892122ee6c
1 changed files with 2 additions and 0 deletions
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
|
@ -238,6 +238,8 @@ jobs:
|
||||||
path: sqlite-vec-ncruces-bindings
|
path: sqlite-vec-ncruces-bindings
|
||||||
- run: cp go-sqlite3/embed/sqlite3.wasm sqlite-vec-ncruces-bindings/sqlite3.wasm
|
- run: cp go-sqlite3/embed/sqlite3.wasm sqlite-vec-ncruces-bindings/sqlite3.wasm
|
||||||
- run: |
|
- run: |
|
||||||
|
git config user.name "github-actions[bot]"
|
||||||
|
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
|
||||||
git add sqlite3.wasm
|
git add sqlite3.wasm
|
||||||
git commit --allow-empty -m "${{ github.ref_name }}" || exit 0
|
git commit --allow-empty -m "${{ github.ref_name }}" || exit 0
|
||||||
git tag "${{ github.ref_name }}"
|
git tag "${{ github.ref_name }}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue