Properly name GitHub Releases

This commit is contained in:
Artem Chepurnoy 2024-01-06 19:43:30 +02:00
parent f97c8e6908
commit cae54f2460
No known key found for this signature in database
GPG Key ID: FAC37D0CF674043E
1 changed files with 4 additions and 1 deletions

View File

@ -221,11 +221,14 @@ jobs:
with:
name: app-android
path: artifacts
- id: vars
run: |
echo ::set-output name=tag::${GITHUB_REF:11}
- name: "Create release"
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
name: Release ${{ github.ref }}
name: Release ${{ steps.vars.outputs.tag }}
body: ${{ steps.changelog.outputs.changelog }}
token: ${{ secrets.GITHUB_TOKEN }}
files: |