Update release.yml

This commit is contained in:
Guillem Castro 2023-02-10 18:06:10 +01:00 committed by GitHub
parent 75c73798cc
commit 333b6fec5a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,8 +22,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: "latest"
release_name: "Latest build"
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
build:
runs-on: ${{ matrix.platform }}