From 8adb7eda06248e2c42f7e543fb1381ae774833d3 Mon Sep 17 00:00:00 2001 From: potzplitz <127513690+potzplitz@users.noreply.github.com> Date: Sun, 3 Mar 2024 15:10:21 +0100 Subject: [PATCH] Update maven.yml --- .github/workflows/maven.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 93d72b8..d18a1d4 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -55,12 +55,12 @@ jobs: uses: actions/create-release@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - DATE: ${{ steps.get_date.outputs.date }} with: - tag_name: ${{ steps.get_date.outputs.date }} - release_name: Release ${{ steps.get_date.outputs.date }} + tag_name: ${{ env.RELEASE_TAG }} + release_name: Release ${{ env.RELEASE_TAG }} draft: false prerelease: false + - name: Get current date and time id: get_date