Skip to content

Commit 1f7787c

Browse files
committed
more madness
1 parent 20f0747 commit 1f7787c

File tree

2 files changed

+2
-36
lines changed

2 files changed

+2
-36
lines changed

.buildkite/pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ steps:
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' }}"

.github/workflows/create-github-release.yml

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)