Update maven.yml

This commit is contained in:
potzplitz 2024-03-03 14:56:40 +01:00 committed by GitHub
parent 5cb5357db0
commit 8b3ad25fe7
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.sha }}
release_name: Release ${{ github.sha | slice(0, 7) }}
tag_name: ${{ github.event.created_at }}
release_name: Release ${{ github.event.created_at }}
draft: false
prerelease: false