Skip to content

Commit

Permalink
recursive checkout and proper fastlane lane
Browse files Browse the repository at this point in the history
  • Loading branch information
malmstein committed Oct 16, 2024
1 parent 43f8367 commit 76abd03
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ jobs:
runs-on: macos-latest

steps:
- uses: actions/checkout@v2
- name: Checkout repository
uses: actions/checkout@v4
with:
submodules: recursive

- name: Set up ruby env
uses: ruby/setup-ruby@v1
Expand All @@ -32,7 +35,7 @@ jobs:
- name: Use fastlane lane to create and push tagged release
id: create_git_tag
run: |
bundle exec fastlane tag_and_release_version app_version=${{ github.event.inputs.app-version }}
bundle exec fastlane android tag_and_release_version app_version=${{ github.event.inputs.app-version }}
- name: Create Asana task when workflow failed
if: ${{ failure() }}
Expand Down

0 comments on commit 76abd03

Please sign in to comment.