Skip to content

Commit

Permalink
fix Versioning.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
timolegros committed Nov 7, 2024
1 parent 4def7d7 commit 852f047
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/Versioning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@ jobs:
git config --global user.name "timolegros"
git config --global user.email "[email protected]"
git add packages/commonwealth/server/external-api-config.json
git commit -m "chore: update client SDK version"
git push origin HEAD
git diff --cached --exit-code || git commit -m "chore: update client SDK version" && git push origin HEAD
# May need to add a `repo` scoped personal access token
# if we want to run checks for this new push
# https://github.com/peter-evans/create-pull-request/issues/48#issuecomment-536204092
Expand Down

0 comments on commit 852f047

Please sign in to comment.