mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2026-02-21 16:59:35 +00:00
Remove unnecessary steps from flutter_release.yaml workflow
This commit is contained in:
parent
37bb97c35f
commit
7fce291c66
1 changed files with 0 additions and 8 deletions
8
.github/workflows/flutter_release.yaml
vendored
8
.github/workflows/flutter_release.yaml
vendored
|
|
@ -40,14 +40,6 @@ jobs:
|
||||||
name: release-apk
|
name: release-apk
|
||||||
path: build/app/outputs/flutter-apk/app-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
|
- name: Generate Release Notes
|
||||||
id: generate_release_notes
|
id: generate_release_notes
|
||||||
uses: release-drafter/release-drafter@v5
|
uses: release-drafter/release-drafter@v5
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue