Skip to content

Commit dc105ad

Browse files
authored
Update build.yml
1 parent 30ef27d commit dc105ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ jobs:
183183
env:
184184
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
185185
with:
186-
tag_name: v${{ needs.buildOnLinux.outputs.version }}
186+
tag_name: ${{ needs.buildOnLinux.outputs.version }}
187187
release_name: v${{ needs.buildOnLinux.outputs.version }}
188188
body: ${{ needs.build.outputs.changelog }}
189189
draft: true

0 commit comments

Comments
 (0)