File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -229,6 +229,11 @@ steps:
229229 - PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=1 HUSKY=0 yarn install --immutable
230230 - echo "+++ Release packages"
231231 - yarn release
232+ - |
233+ curl -X POST -H "Accept: application/vnd.github.v3+json" \
234+ -H "Authorization: token $${GITHUB_TOKEN}" \
235+ https://api.github.com/repos/segmentio/analytics-next/actions/workflows/release-creator.yml/dispatches \
236+ -d '{"ref":"master"}'
232237 plugins :
233238 -
ssh://[email protected] /segmentio/cache-buildkite-plugin#v2.0.0: 234239 key : " v1.1-cache-dev-{{ checksum 'yarn.lock' }}"
Original file line number Diff line number Diff line change 11# Creating the github release is the final step of the release.
22name : Create Github Release
33on :
4- push :
5- tags :
6- - " @segment/*"
4+ workflow_dispatch :
75
86jobs :
97 github_release :
You can’t perform that action at this time.
0 commit comments