mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2025-12-25 04:19:30 +00:00
chore: update release drafter configuration and workflow to v6
This commit is contained in:
parent
9733951296
commit
36c90c20bc
2 changed files with 11 additions and 5 deletions
4
.github/workflows/flutter_release.yaml
vendored
4
.github/workflows/flutter_release.yaml
vendored
|
|
@ -62,7 +62,7 @@ jobs:
|
|||
|
||||
- name: Generate Release Notes
|
||||
id: generate_release_notes
|
||||
uses: release-drafter/release-drafter@v5
|
||||
uses: release-drafter/release-drafter@v6
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ github.token }}
|
||||
|
||||
|
|
@ -70,6 +70,6 @@ jobs:
|
|||
uses: ncipollo/release-action@v1
|
||||
with:
|
||||
artifacts: build/app/outputs/flutter-apk/app-release.apk
|
||||
name: Release ${{ steps.version.outputs.version }}
|
||||
name: v${{ steps.version.outputs.version }}
|
||||
tag: ${{ github.ref }}
|
||||
body: ${{ steps.generate_release_notes.outputs.body }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue