Skip to content

Commit 2d83a38

Browse files
committed
chore: remove not using title key in release action
1 parent 1a8c5e1 commit 2d83a38

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/build_then_release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ jobs:
123123
body: "${{ steps.git-cliff.outputs.content }}"
124124
tag_name: ${{ needs.gen_version.outputs.version }}
125125
prerelease: ${{ needs.gen_version.outputs.version == 'prerelease' }}
126-
title: ${{ needs.gen_version.outputs.version }}
127126
files: |
128127
LICENSE
129128
pproxy-${{ needs.gen_version.outputs.version }}-x86_64-apple-darwin/*.zip

0 commit comments

Comments
 (0)