Skip to content

Commit

Permalink
Reorder fastlane step
Browse files Browse the repository at this point in the history
Uses cannot be over a run step 🤔
  • Loading branch information
pg8wood committed Oct 5, 2019
1 parent dec23f6 commit 392964f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
runs-on: macOS-latest

steps:
- name: Build
- uses: actions/checkout@v1
- name: Build
run: fastlane build

- name: Compress Build Artifacts
Expand Down

0 comments on commit 392964f

Please sign in to comment.