Skip to content

Commit

Permalink
use github.ref_name as release name
Browse files Browse the repository at this point in the history
  • Loading branch information
j-brn committed Dec 22, 2022
1 parent 39e3913 commit 871e3d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,6 @@ jobs:
with:
artifacts: "artifacts/**"
commit: ${{ github.sha }}
name: ${{ github.ref }}
name: ${{ github.ref_name }}
token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ github.ref }}

0 comments on commit 871e3d3

Please sign in to comment.