Skip to content

Commit

Permalink
Merge pull request #176 from smallstep/max/release-ref-name
Browse files Browse the repository at this point in the history
[actions] Use ref_name as release name
  • Loading branch information
dopey committed Jul 12, 2024
2 parents 5aba754 + 5cf54ae commit 86a8fbe
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 @@ -60,8 +60,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
name: Release ${{ github.ref }}
tag_name: ${{ github.ref_name }}
name: Release ${{ github.ref_name }}
draft: false
prerelease: ${{ steps.is_prerelease.outputs.IS_PRERELEASE }}

Expand Down

0 comments on commit 86a8fbe

Please sign in to comment.