Skip to content

Commit

Permalink
attempt to fix auto-version
Browse files Browse the repository at this point in the history
  • Loading branch information
lobis committed Jun 29, 2023
1 parent 6da8c83 commit 15c33af
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,10 @@ jobs:
# Update the package.json file
sed -i "s/\"version\": \".*\",/\"version\": \"$TAG\",/" bindings/nodejs/package.json
# Checkout to main branch
git checkout main
# Commit and push changes
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git config user.name github-actions
git config user.email [email protected]
git add src/hvps/version.py bindings/nodejs/package.json
git commit -am "Update version to $TAG"
git push
Expand Down

0 comments on commit 15c33af

Please sign in to comment.