Skip to content

Commit

Permalink
[chore] add github action
Browse files Browse the repository at this point in the history
  • Loading branch information
gkasdorf committed Oct 25, 2023
1 parent fc9d449 commit 51b37ea
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/appstore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,15 @@ jobs:
uses: actions/checkout@v1

- name: Install fastlane-plugin-changelog
run: "fastlane add_plugin changelog"
run:
- "cd ios"
- "fastlane add_plugin changelog"

- name: Fastlane Action
uses: maierj/[email protected]
with:
lane: beta
subdirectory: './ios'
env:
APP_STORE_CONNECT_TEAM_ID: '${{ secrets.APP_STORE_CONNECT_TEAM_ID }}'
DEVELOPER_APP_ID: '${{ secrets.DEVELOPER_APP_ID }}'
Expand Down

0 comments on commit 51b37ea

Please sign in to comment.