We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f035187 commit 033c150Copy full SHA for 033c150
.github/workflows/release.yml
@@ -9,6 +9,8 @@ env:
9
10
jobs:
11
publish:
12
+ runs-on: macos-latest
13
+ steps:
14
- name: Publish to Cocoapods
15
run: |
16
export POD_VERSION=$(echo $TAG_NAME | cut -c2-)
0 commit comments