Remove unnecessary steps from flutter_release.yaml workflow

This commit is contained in:
Dr-Blank 2024-08-23 07:25:23 -04:00
parent 37bb97c35f
commit 7fce291c66
No known key found for this signature in database
GPG key ID: 7452CC63F210A266

View file

@ -40,14 +40,6 @@ jobs:
name: release-apk
path: build/app/outputs/flutter-apk/app-release.apk
release:
runs-on: ubuntu-latest
needs: build
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Generate Release Notes
id: generate_release_notes
uses: release-drafter/release-drafter@v5