mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-25 03:35:37 +00:00
chore: set commit user as github bot
Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
4
.github/workflows/release-executables.yml
vendored
4
.github/workflows/release-executables.yml
vendored
@@ -66,8 +66,8 @@ jobs:
|
||||
run: |
|
||||
npm i -E nocodb-daily@$TAG
|
||||
|
||||
git config --global user.name "Pranav C"
|
||||
git config --global user.email "pranavxc@gmail.com"
|
||||
git config user.name 'github-actions[bot]'
|
||||
git config user.email 'github-actions[bot]@users.noreply.github.com'
|
||||
|
||||
git commit package.json -m "Update to $TAG"
|
||||
git tag $TAG
|
||||
|
||||
Reference in New Issue
Block a user