File tree Expand file tree Collapse file tree 2 files changed +2
-36
lines changed Expand file tree Collapse file tree 2 files changed +2
-36
lines changed Original file line number Diff line number Diff line change 1111 - echo $(node -v)
1212 - echo "+++ MiscVariables"
1313 - echo "CI -> $CI"
14- - echo "Repo"
15- - gh repo list
1614 - label : ' [Monorepo] QA'
1715 key : monorepo
1816 agents :
@@ -227,10 +225,12 @@ steps:
227225 - npm config set "//registry.npmjs.org/:_authToken" $${NPM_TOKEN}
228226 - git config --global user.name "buildkite-agent"
229227 -
git config --global user.email "[email protected] " 228+ - gh repo set-default segmentio/analytics-next
230229 - echo "--- Install dependencies"
231230 - PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=1 HUSKY=0 yarn install --immutable
232231 - echo "+++ Release packages"
233232 - yarn release
233+ - yarn scripts create-release-from-tags
234234 plugins :
235235 -
ssh://[email protected] /segmentio/cache-buildkite-plugin#v2.0.0: 236236 key : " v1.1-cache-dev-{{ checksum 'yarn.lock' }}"
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments