From f8e1840fb63c33b2c40112c7cc175bbc1eb15b47 Mon Sep 17 00:00:00 2001 From: Doug Date: Wed, 3 Apr 2024 12:20:09 +0100 Subject: [PATCH] Rename workflow step. --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9c5e201b6..0080b8cbd 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -17,7 +17,7 @@ env: jobs: ios: - name: Create Release PR on SwiftPM Repo + name: Publish to Swift repo runs-on: macos-14 steps: - name: 🧮 Checkout code