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 99b4a70 commit f84aef3Copy full SHA for f84aef3
.circleci/config.yml
@@ -48,6 +48,7 @@ jobs:
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"}}
0 commit comments