Skip to content

Commit

Permalink
with proper name for version
Browse files Browse the repository at this point in the history
  • Loading branch information
kjuulh committed Dec 18, 2022
1 parent 6381c18 commit d7d55d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,5 +110,5 @@ jobs:
*.deb
*.tar.gz
*.zip
name: ${{ steps.get_version.outputs.value }}
name: v${{ steps.get_version.outputs.value }}
tag_name: v${{ steps.get_version.outputs.value }}

0 comments on commit d7d55d2

Please sign in to comment.