Skip to content
This repository was archived by the owner on Sep 19, 2024. It is now read-only.

Commit 033c150

Browse files
authored
Fix syntax error in release action
1 parent f035187 commit 033c150

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ env:
99

1010
jobs:
1111
publish:
12+
runs-on: macos-latest
13+
steps:
1214
- name: Publish to Cocoapods
1315
run: |
1416
export POD_VERSION=$(echo $TAG_NAME | cut -c2-)

0 commit comments

Comments
 (0)