Skip to content

Commit ec2fd42

Browse files
committed
update my user name
1 parent 481ece0 commit ec2fd42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
sed -i "s/\"version\": \".*\",/\"version\": \"$TAG\",/" bindings/nodejs/package.json
2323
2424
# Commit and push changes
25-
git config user.name lobis
26-
git config user.email luis.antonio.obis@gmail.com
25+
git config user.name "Luis Antonio Obis Aparicio"
26+
git config user.email "luis.antonio.obis@gmail.com"
2727
git add src/hvps/version.py bindings/nodejs/package.json
2828
git commit -m "Update version to $TAG"
2929
git push origin HEAD:main

0 commit comments

Comments
 (0)