This commit is contained in:
Luc Appelman 2021-10-30 16:33:36 +02:00 committed by GitHub
parent c6b028d563
commit 183f13dba4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,8 +57,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ steps.version.version_tag }}
release_name: ${{ steps.version.version }}
tag_name: ${{ steps.version.outputs.version_tag }}
release_name: ${{ steps.version.outputs.version }}
draft: false
prerelease: true
owner: ${{ github.actor }}