Skip to content

Commit

Permalink
Updated CD Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
swapnil-musale committed Aug 28, 2023
1 parent eb1d416 commit 129db8d
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions .github/workflows/android_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,6 @@ jobs:
keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }}
keyPassword: ${{ secrets.KEY_PASSWORD }}

deploy:
needs: build
name: Create release on PlayStore
runs-on: ubuntu-latest
steps:
- name: Deploy to Play Store
id: deploy
uses: r0adkll/upload-google-play@v1.1.1
Expand All @@ -73,11 +68,6 @@ jobs:
inAppUpdatePriority: 2
whatsNewDirectory: distribution/whatsnew

upload:
needs: build
name: Upload Build Artifact on Github
runs-on: ubuntu-latest
steps:
- name: Upload Release Build
uses: actions/upload-artifact@v3
with:
Expand All @@ -86,16 +76,11 @@ jobs:
app/build/outputs/apk/release/
app/build/outputs/bundle/release/
release:
needs: build
name: Prepare Github Release
runs-on: ubuntu-latest
steps:
- name: Create Github Release
uses: softprops/action-gh-release@v1
with:
generate_release_notes: true
prerelease: false
files: |
app/build/outputs/apk/release/app-release.apk
app/build/outputs/bundle/release/app-release.aab
app/build/outputs/bundle/release/app-release.aab

0 comments on commit 129db8d

Please sign in to comment.