Skip to content

Commit

Permalink
fix: not releasing unsigned aab
Browse files Browse the repository at this point in the history
  • Loading branch information
linonetwo committed Feb 22, 2024
1 parent e39d998 commit 06d7365
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/build-f-droid-apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,16 +98,6 @@ jobs:
./gradlew clean
./gradlew bundleRelease --no-daemon --warning-mode all
- name: Create Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
draft: true
generate_release_notes: true
files: android/app/build/outputs/bundle/release/app-release.aab
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Sign AAB
id: sign_app_aab
uses: r0adkll/sign-android-release@v1
Expand Down

0 comments on commit 06d7365

Please sign in to comment.