Skip to content

Commit

Permalink
Force non-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
bwaresiak committed Jul 16, 2024
1 parent 7be6b74 commit 467bfbe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/adhoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ jobs:
APPLE_API_KEY_ISSUER: ${{ secrets.APPLE_API_KEY_ISSUER }}
MATCH_PASSWORD: ${{ secrets.MATCH_PASSWORD }}
run: |
lane_to_use="adhoc"
echo ${{ github.event.inputs.is-alpha }}
lane_to_use="release_adhoc"
if [[ "${{ github.event.inputs.is-alpha }}" == "false" ]]; then
lane_to_use = "release_adhoc"
fi
Expand Down

0 comments on commit 467bfbe

Please sign in to comment.