Skip to content

Commit

Permalink
Use ref_name instead of ref
Browse files Browse the repository at this point in the history
  • Loading branch information
vpereira committed Nov 7, 2023
1 parent 485576b commit 6c8ebe0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -26,8 +26,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 }}
draft: false
prerelease: false

Expand Down

0 comments on commit 6c8ebe0

Please sign in to comment.