Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jigar-f committed Jun 12, 2024
1 parent 7d7a418 commit 0deaf28
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 @@ -42,6 +42,7 @@ jobs:
else
echo "Not a tag reference, defaulting to all platforms"
echo "platform=ios" >> "$GITHUB_OUTPUT"
echo "platform=all" >> $GITHUB_ENV
fi
Expand Down Expand Up @@ -310,6 +311,7 @@ jobs:
echo "Version: ${{ needs.set-version.outputs.version }}"
echo "Platform: ${{ needs.determine-platform.outputs.platform }}"
echo "Platform: ${{ steps.determine-platform.outputs.platform }}"
echo "Platform: ${{ env.platform }}"
- name: Upload IPA to TestFlight
if: needs.set-version.outputs.prefix == 'lantern-installer-preview' && (needs.determine-platform.outputs.platform == 'ios' || needs.determine-platform.outputs.platform == 'all')
Expand Down

0 comments on commit 0deaf28

Please sign in to comment.