Skip to content

Commit 61548d9

Browse files
authored
Fix github release step (#1229)
1 parent 7d34ec7 commit 61548d9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.buildkite/pipeline.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,8 @@ steps:
214214

215215
# Deploy and NPM publish releases
216216
- label: '[Browser] Publish Packages to NPM :rocket:'
217+
env:
218+
SEGMENT_GITHUB_APP: release-writer # allow creation of github release
217219
if: |
218220
// Only run when Version Packages PR is merged in
219221
build.message =~ /^Version Packages/ &&

0 commit comments

Comments
 (0)