Skip to content

Commit

Permalink
Fix the tag step
Browse files Browse the repository at this point in the history
  • Loading branch information
julianghionoiu committed May 6, 2022
1 parent 7a46883 commit 18e09be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 18e09be

Please sign in to comment.