Skip to content

Commit

Permalink
ios: force upload to App Store
Browse files Browse the repository at this point in the history
  • Loading branch information
adil192 committed Oct 22, 2023
1 parent 9c4da04 commit ab13404
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ on:
# Enable manual run
workflow_dispatch:
push:
tags:
- '**'

env:
project-id: com.adilhanney.saber
Expand Down Expand Up @@ -126,5 +124,4 @@ jobs:
path: ${{ steps.build.outputs.ipaPath }}

- name: Publish to App Store
if: ${{ startsWith(github.ref, 'refs/tags/') }}
run: app-store-connect publish --path ${{ steps.build.outputs.ipaPath }}

0 comments on commit ab13404

Please sign in to comment.