From aab18ab3b1f1f3e35182a177fe897021ddd0f6c8 Mon Sep 17 00:00:00 2001 From: cf256 Date: Tue, 19 Sep 2023 11:44:51 +0200 Subject: [PATCH] Fix typo --- website/docs/DEFAULT_GITHUB_FLOW.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/DEFAULT_GITHUB_FLOW.md b/website/docs/DEFAULT_GITHUB_FLOW.md index af4a0170..9932039f 100644 --- a/website/docs/DEFAULT_GITHUB_FLOW.md +++ b/website/docs/DEFAULT_GITHUB_FLOW.md @@ -105,7 +105,7 @@ Note: this config is only for SPM publishing. To understand how to integrate an ### 3 Add the GitHub Actions workflow call -At the top of your project, if it does not already exist, add the folders `.github/workflows`. Add a file called `kmmbridgepnblish.yml` there, and copy the following into it. +At the top of your project, if it does not already exist, add the folders `.github/workflows`. Add a file called `kmmbridgepublish.yml` there, and copy the following into it. ```yaml name: KMMBridge Publish Release