From 504adeebb432d6cc27be079ed96f3ddad560b241 Mon Sep 17 00:00:00 2001 From: Alex Garcia Date: Sun, 14 Jul 2024 13:53:58 -0700 Subject: [PATCH] use default git credentials? --- .github/workflows/release.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index d522074..3399e87 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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 }}"