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

Commit

Permalink
Add checkout step to release
Browse files Browse the repository at this point in the history
  • Loading branch information
mac-cain13 authored Nov 8, 2020
1 parent 033c150 commit 5025163
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
publish:
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Publish to Cocoapods
run: |
export POD_VERSION=$(echo $TAG_NAME | cut -c2-)
Expand Down

0 comments on commit 5025163

Please sign in to comment.