Update release parameters

This commit is contained in:
Tim Kluge 2024-12-15 19:37:45 +01:00
parent 6f2928c012
commit 1dce49af6f

View File

@ -11,7 +11,8 @@ on:
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Set up environment variables
run: |
@ -49,8 +50,7 @@ jobs:
uses: ncipollo/release-action@v1
if: startsWith(github.ref, 'refs/tags/')
with:
tag_name: ${{ github.ref }}
release_name: ${{ github.ref }}
name: ${{ github.ref }}
draft: true
prerelease: false
generateReleaseNotes: true