We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31c30ee commit 3b79950Copy full SHA for 3b79950
.circleci/config.yml
@@ -24,7 +24,7 @@ jobs:
24
curl https://api.heroku.com/schema -H "Accept: application/vnd.heroku+json; version=3" > schema.json
25
cat schema.json | ./node_modules/.bin/json2ts > lib/index.d.ts
26
git add schema.json lib/index.d.ts
27
- git commit -m "fix: updated schema"
+ git commit -m "fix: updated schema" || exit 0
28
git push origin master
29
release:
30
<<: *update
0 commit comments