Skip to content

Commit

Permalink
Fix syntax issue in release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
skorulis-ap committed Nov 9, 2023
1 parent 747841d commit 67b49ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
uses: actions/checkout@v3
- name: Create Release
uses: swift-actions/[email protected]
with:
swift-version: "5.9"
with:
swift-version: "5.9"
run: |
set -euo pipefail
Expand Down

0 comments on commit 67b49ce

Please sign in to comment.