Skip to content

Commit

Permalink
Merge pull request #266 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 authored Jul 12, 2024
2 parents a1ab19d + f9e4a2c commit b8a95b4
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 @@ -64,8 +64,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 b8a95b4

Please sign in to comment.