mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 00:36:56 +02:00
use default git credentials?
This commit is contained in:
parent
230af1c1d0
commit
504adeebb4
1 changed files with 0 additions and 2 deletions
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
|
@ -238,8 +238,6 @@ jobs:
|
|||
path: sqlite-vec-ncruces-bindings
|
||||
- run: cp go-sqlite3/embed/sqlite3.wasm sqlite-vec-ncruces-bindings/sqlite3.wasm
|
||||
- run: |
|
||||
git config user.name "Automated"
|
||||
git config user.email "actions@users.noreply.github.com"
|
||||
git add sqlite3.wasm
|
||||
git commit --allow-empty -m "${{ github.ref_name }}" || exit 0
|
||||
git tag "${{ github.ref_name }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue