mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 08:46:49 +02:00
gha: use my email??
This commit is contained in:
parent
692054ffc9
commit
8f67d3872d
1 changed files with 3 additions and 3 deletions
6
.github/workflows/release.yaml
vendored
6
.github/workflows/release.yaml
vendored
|
|
@ -238,10 +238,10 @@ 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.name "Alex Garcia"
|
||||||
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
|
git config user.email "alexsebastian.garcia@gmail.com"
|
||||||
git add sqlite3.wasm
|
git add sqlite3.wasm
|
||||||
git commit --allow-empty -m "${{ github.ref_name }}" || exit 0
|
git commit --allow-empty -m "AUTOMATED ${{ github.ref_name }}" || exit 0
|
||||||
git tag "${{ github.ref_name }}"
|
git tag "${{ github.ref_name }}"
|
||||||
git push origin main "${{ github.ref_name }}"
|
git push origin main "${{ github.ref_name }}"
|
||||||
working-directory: sqlite-vec-ncruces-bindings
|
working-directory: sqlite-vec-ncruces-bindings
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue