We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 627cb43 commit 05a134bCopy full SHA for 05a134b
.github/workflows/release.yml
@@ -45,7 +45,7 @@ jobs:
45
with:
46
allowUpdates: true
47
artifacts: "./Brio.zip"
48
- name: ${{ github.event.inputs.version }}
+ name: Brio v${{ github.event.inputs.version }}
49
tag: v${{ github.event.inputs.version }}
50
draft: false
51
token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments