Skip to content

Commit

Permalink
Update Release build yml filename
Browse files Browse the repository at this point in the history
  • Loading branch information
spencertransier committed Nov 13, 2022
1 parent 58e02ab commit 7fc69cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -934,7 +934,7 @@ def trigger_buildkite_release_build(branch:, beta:)
buildkite_pipeline: 'simplenote-ios',
branch: branch,
environment: { BETA_RELEASE: beta },
pipeline_file: 'release-builds.yml'
pipeline_file: 'release-build.yml'
)
end

Expand Down

0 comments on commit 7fc69cd

Please sign in to comment.