Skip to content

Commit 86a2c12

Browse files
authored
Update build.yml
1 parent 16afcfc commit 86a2c12

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
@@ -164,7 +164,7 @@ jobs:
164164
env:
165165
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
166166
run: |
167-
gh release create v${{ needs.build.outputs.release_version }} \
167+
gh release create ${{ needs.build.outputs.release_version }} \
168168
--draft \
169169
--title "v${{ needs.build.outputs.release_version }}" \
170170
--notes "$(cat << 'EOM'

0 commit comments

Comments
 (0)