Skip to content

Commit

Permalink
Allow play store publish
Browse files Browse the repository at this point in the history
  • Loading branch information
siper committed Jun 2, 2024
1 parent ed8d550 commit 62aa6b1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
- name: Generate .jks file
run: echo ${{secrets.KEYSTORE_JKS}} | base64 -d > /home/runner/work/YouAMP/YouAMP/keystore.jks

# - name: Publish Play Store release with fastlane
# run: bundle exec fastlane play_store

- name: Publish github release with fastlane
run: bundle exec fastlane github
run: bundle exec fastlane github

- name: Publish Play Store release with fastlane
run: bundle exec fastlane play_store

0 comments on commit 62aa6b1

Please sign in to comment.