Skip to content

Commit

Permalink
Merge pull request #49 from buildkite/tat-126/release-pipeline
Browse files Browse the repository at this point in the history
Add release pipeline back in
  • Loading branch information
niceking authored Apr 19, 2024
2 parents b0160b5 + 89d9051 commit 1cef6c6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,9 @@ steps:
arch:
- amd64
- arm64

- name: ":pipeline: Upload Release Pipeline"
command: ".buildkite/steps/upload-release-step.sh"
depends_on:
- build-binary
branches: "main"

0 comments on commit 1cef6c6

Please sign in to comment.