Skip to content

Commit

Permalink
checkout to main in action
Browse files Browse the repository at this point in the history
  • Loading branch information
lobis committed Jun 29, 2023
1 parent ce09265 commit 6da8c83
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ 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"
Expand Down

0 comments on commit 6da8c83

Please sign in to comment.