From 292657372822c4a1ab145a3ac2bbcd6d1c8a1159 Mon Sep 17 00:00:00 2001 From: Alex Skorulis Date: Thu, 9 Nov 2023 01:31:39 -0800 Subject: [PATCH] Fix syntax issue in release.yml --- .github/workflows/release.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 23ac3c5..64f18e2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,9 +15,6 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Create Release - uses: swift-actions/setup-swift@v1.25.0 - with: - swift-version: "5.9" run: | set -euo pipefail