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

Commit 5025163

Browse files
authored
Add checkout step to release
1 parent 033c150 commit 5025163

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
@@ -11,6 +11,8 @@ jobs:
1111
publish:
1212
runs-on: macos-latest
1313
steps:
14+
- name: Checkout
15+
uses: actions/checkout@v2
1416
- name: Publish to Cocoapods
1517
run: |
1618
export POD_VERSION=$(echo $TAG_NAME | cut -c2-)

0 commit comments

Comments
 (0)