Skip to content

Commit

Permalink
[chore] ref_name
Browse files Browse the repository at this point in the history
  • Loading branch information
u1and0 committed Jan 2, 2024
1 parent 06baa4d commit c1c77a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
tag_name: ${{ github.ref_name }}
release_name: Release ${{ github.ref_name }}
body: If you want, please see tests [tests](https://github.com/u1and0/jtr/blob/master/tests)
draft: false
prerelease: false
Expand Down

0 comments on commit c1c77a2

Please sign in to comment.