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: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with: with:
tag_name: "latest" tag_name: ${{ github.ref }}
release_name: "Latest build" release_name: Release ${{ github.ref }}
build: build:
runs-on: ${{ matrix.platform }} runs-on: ${{ matrix.platform }}