mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2025-12-14 15:09:29 +00:00
chore: Update release action to use github.ref_name as the release name
This commit is contained in:
parent
1de291c1c5
commit
235d9fd130
1 changed files with 1 additions and 1 deletions
2
.github/workflows/flutter_release.yaml
vendored
2
.github/workflows/flutter_release.yaml
vendored
|
|
@ -53,6 +53,6 @@ jobs:
|
|||
uses: ncipollo/release-action@v1
|
||||
with:
|
||||
artifacts: build/app/outputs/flutter-apk/app-release.apk
|
||||
name: Release ${{ github.ref }}
|
||||
name: ${{ github.ref_name }}
|
||||
tag: ${{ github.ref }}
|
||||
# body: ${{ steps.generate_release_notes.outputs.notes }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue