Skip to content

Commit

Permalink
Trigger new run
Browse files Browse the repository at this point in the history
  • Loading branch information
NigelBreslaw committed Jan 5, 2024
1 parent 03522da commit 673f0fb
Showing 1 changed file with 1 addition and 23 deletions.
24 changes: 1 addition & 23 deletions .github/workflows/deploy-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,27 +76,7 @@ jobs:
path: ${{steps.sign_app.outputs.signedReleaseFile}}
retention-days: 4

# - name: Create Release
# id: create_release
# uses: actions/[email protected]
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
# with:
# tag_name: ${{ github.run_number }}
# release_name: Release V${{ github.run_number }}
# draft: false
# prerelease: false

# - name: Upload Release AAB
# id: upload-release-asset
# uses: actions/upload-release-asset@v1
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# with:
# upload_url: ${{ steps.create_release.outputs.upload_url }}
# asset_path: ${{steps.sign_app.outputs.signedReleaseFile}}
# asset_name: app-release-v${{ github.run_number }}.zip
# asset_content_type: application/zip


# Distribute App to google play
- name: Publish to Play Store internal test track
Expand All @@ -107,5 +87,3 @@ jobs:
releaseFiles: native_gg/android/app/build/outputs/bundle/release/app-release.aab
track: internal
inAppUpdatePriority: 3


0 comments on commit 673f0fb

Please sign in to comment.