ci: Update GitHub workflow

This commit is contained in:
antonio 2023-04-11 11:07:52 +02:00
parent eb2bacdbc8
commit d01e54fa66

View file

@ -86,7 +86,7 @@ jobs:
with: with:
tag_name: ${{ github.ref }} tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }} release_name: Release ${{ github.ref }}
body: ${{ steps.changelog.outputs.changelog }}   body: ${{ steps.changelog.outputs.changelog }}
env: env:
GITHUB_TOKEN: ${{ github.token }} GITHUB_TOKEN: ${{ github.token }}