Skip to content

Commit

Permalink
ensure we get fastlane configured
Browse files Browse the repository at this point in the history
  • Loading branch information
malmstein committed Oct 16, 2024
1 parent 20a3287 commit 43f8367
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,13 @@ jobs:
runs-on: macos-latest

steps:
- name: Prepare fastlane
run: bundle install
- uses: actions/checkout@v2

- name: Set up ruby env
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7.2
bundler-cache: true

- name: Use fastlane lane to create and push tagged release
id: create_git_tag
Expand Down

0 comments on commit 43f8367

Please sign in to comment.