Skip to content

Commit

Permalink
more create github release magic (#1226)
Browse files Browse the repository at this point in the history
  • Loading branch information
silesky authored Feb 12, 2025
1 parent 989d423 commit e0ed6a5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 30 deletions.
7 changes: 2 additions & 5 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,15 +225,12 @@ steps:
- npm config set "//registry.npmjs.org/:_authToken" $${NPM_TOKEN}
- git config --global user.name "buildkite-agent"
- git config --global user.email "[email protected]"
- gh repo set-default segmentio/analytics-next
- echo "--- Install dependencies"
- PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=1 HUSKY=0 yarn install --immutable
- echo "+++ Release packages"
- yarn release
- |
curl -X POST -H "Accept: application/vnd.github.v3+json" \
-H "Authorization: token $${GITHUB_TOKEN}" \
https://api.github.com/repos/segmentio/analytics-next/actions/workflows/release-creator.yml/dispatches \
-d '{"ref":"master"}'
- yarn scripts create-release-from-tags
plugins:
- ssh://[email protected]/segmentio/cache-buildkite-plugin#v2.0.0:
key: "v1.1-cache-dev-{{ checksum 'yarn.lock' }}"
Expand Down
5 changes: 5 additions & 0 deletions .changeset/big-bikes-remain.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@segment/analytics-signals': patch
---

Testing CI
25 changes: 0 additions & 25 deletions .github/workflows/create-github-release.yml

This file was deleted.

0 comments on commit e0ed6a5

Please sign in to comment.