-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4def7d7
commit 852f047
Showing
1 changed file
with
1 addition
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|