From 8b3ad25fe7f0f4ecf909e4969920b9c877cdac72 Mon Sep 17 00:00:00 2001 From: potzplitz <127513690+potzplitz@users.noreply.github.com> Date: Sun, 3 Mar 2024 14:56:40 +0100 Subject: [PATCH] Update maven.yml --- .github/workflows/maven.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 697336b..cdfee1f 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -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