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 a996c9d commit f964a89Copy full SHA for f964a89
.circleci/config.yml
@@ -47,8 +47,6 @@ jobs:
47
name: Cutting release
48
command: |
49
export PATH=/usr/local/share/.config/yarn/global/node_modules/.bin:$PATH
50
- export GH_TOKEN=$(./scripts/github_token.js 290530)
51
- git remote set-url origin "https://x-access-token:[email protected]/heroku/typescript-api-schema.git"
52
semantic-release -e @oclif/semantic-release
53
- save_cache:
54
key: v2-yarn-{{checksum ".circleci/config.yml"}}-{{checksum "yarn.lock"}}
lib/index.d.ts
@@ -4253,3 +4253,6 @@ export interface WhitelistedEntity {
4253
id?: string
4254
[k: string]: any
4255
}
4256
+
4257
4258
0 commit comments