Update maven.yml

This commit is contained in:
potzplitz 2024-03-03 14:55:58 +01:00 committed by GitHub
parent 377ea00518
commit 5cb5357db0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -56,8 +56,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
tag_name: ${{ github.sha }}
release_name: Release ${{ github.sha | slice(0, 7) }}
draft: false
prerelease: false