Skip to content

Commit d3be88a

Browse files
authored
Update build-release.yml
1 parent 31fcfbd commit d3be88a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
DRAFT_FLAG="--draft"
6464
fi
6565
gh release create "${{ steps.extract_version.outputs.tag }}" \
66-
--title "${{ steps.extract_version.outputs.version }} (Build ${{ steps.extract_version.outputs.version_code }})" \
66+
--title "${{ steps.extract_version.outputs.version }}" \
6767
--generate-notes \
6868
$PRERELEASE_FLAG \
6969
$DRAFT_FLAG \

0 commit comments

Comments
 (0)