Skip to content

Commit 3b79950

Browse files
committed
fix: exit if nothing to commit
1 parent 31c30ee commit 3b79950

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
curl https://api.heroku.com/schema -H "Accept: application/vnd.heroku+json; version=3" > schema.json
2525
cat schema.json | ./node_modules/.bin/json2ts > lib/index.d.ts
2626
git add schema.json lib/index.d.ts
27-
git commit -m "fix: updated schema"
27+
git commit -m "fix: updated schema" || exit 0
2828
git push origin master
2929
release:
3030
<<: *update

0 commit comments

Comments
 (0)