Skip to content

Commit 2c6489e

Browse files
authored
Fixed typo in create release in GitHub step (#1783)
2 parents 38c15a2 + 39e3651 commit 2c6489e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/release-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ steps:
3535
notify:
3636
- slack: "#build-and-ship"
3737

38-
- label: ":github: Create GitHub relaese"
38+
- label: ":github: Create GitHub release"
3939
depends_on: upload_play_store
4040
command: .buildkite/commands/release-create-on-github.sh $BETA_RELEASE
4141
priority: 1

0 commit comments

Comments
 (0)