From 18e09be3b7d99c82e9df07e347ff39adf269641d Mon Sep 17 00:00:00 2001 From: Julian Ghionoiu Date: Fri, 6 May 2022 15:34:13 +0100 Subject: [PATCH] Fix the tag step --- .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 ff78ac2..3158e84 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -27,8 +27,8 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - tag_name: $(basename "${{ github.ref }}") - release_name: $(basename "${{ github.ref }}") + tag_name: ${{ steps.create_tag.outputs.tag }} + release_name: ${{ steps.create_tag.outputs.tag }} draft: true prerelease: false - name: Create artifact files