Skip to content

Commit

Permalink
Update android_cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
swapnil-musale committed Aug 21, 2023
1 parent 8f26041 commit b6aabcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build:
name: Deploy Android App
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/v')
if: startsWith(github.ref, 'refs/tags/')

steps:
- name: Checkout
Expand Down Expand Up @@ -70,4 +70,4 @@ jobs:
with:
generate_release_notes: true
prerelease: false
files: app/build/outputs/bundle/release/app-release.aab
files: app/build/outputs/bundle/release/app-release.aab

0 comments on commit b6aabcf

Please sign in to comment.