Skip to content

Commit

Permalink
Update command to only generate debug builds
Browse files Browse the repository at this point in the history
  • Loading branch information
PatilShreyas committed Jan 1, 2023
1 parent dd0d581 commit 8a15e10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
working-directory: noty-android

- name: Build APKs ⚙️🛠
run: bash ./gradlew assemble
run: bash ./gradlew assembleDebug
working-directory: noty-android

- name: Create Release ✅
Expand Down

0 comments on commit 8a15e10

Please sign in to comment.