Update maven.yml
This commit is contained in:
parent
5cb5357db0
commit
8b3ad25fe7
1 changed files with 2 additions and 2 deletions
4
.github/workflows/maven.yml
vendored
4
.github/workflows/maven.yml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue