Skip to content

Commit

Permalink
update my user name
Browse files Browse the repository at this point in the history
  • Loading branch information
lobis committed Jun 29, 2023
1 parent 481ece0 commit ec2fd42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
sed -i "s/\"version\": \".*\",/\"version\": \"$TAG\",/" bindings/nodejs/package.json
# Commit and push changes
git config user.name lobis
git config user.email [email protected]
git config user.name "Luis Antonio Obis Aparicio"
git config user.email "[email protected]"
git add src/hvps/version.py bindings/nodejs/package.json
git commit -m "Update version to $TAG"
git push origin HEAD:main
Expand Down

0 comments on commit ec2fd42

Please sign in to comment.