Skip to content

Commit c66746a

Browse files
committed
fix: release
1 parent 465766c commit c66746a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,11 @@ jobs:
1515
- name: Checkout code
1616
uses: actions/checkout@v4
1717

18-
- name: Setup Swift
19-
uses: swift-actions/setup-swift@v2
20-
with:
21-
swift-version: '6.2'
18+
- name: Setup Swift via Homebrew
19+
run: |
20+
brew update
21+
brew install swift
22+
swift --version
2223
2324
- name: Get tag name
2425
id: tag
@@ -82,7 +83,6 @@ jobs:
8283
### Installation
8384
8485
**macOS (Universal - Intel & Apple Silicon)**
85-
8686
```bash
8787
# For iwx
8888
curl -L -O https://github.com/${{ github.repository }}/releases/download/${{ steps.tag.outputs.TAG_NAME }}/iwx-${{ steps.tag.outputs.TAG_NAME }}-macos-universal.tar.gz

0 commit comments

Comments
 (0)