chore: Update release action to use github.ref_name as the release name

This commit is contained in:
Dr-Blank 2024-08-28 07:59:06 -04:00
parent 1de291c1c5
commit 235d9fd130
No known key found for this signature in database
GPG key ID: 7452CC63F210A266

View file

@ -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 }}