Skip to content

Commit 4aa77de

Browse files
committed
Update build-release.yml
1 parent 02b78a0 commit 4aa77de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
tag: ${{ steps.all.outputs.modVersion }}
105105
run: |
106106
gh release create "${{ steps.all.outputs.modVersion }}" \
107-
--title="Lambda ${{ steps.all.outputs.modVersion }} ${{ github.event.inputs.title }}" \
107+
--title="Lambda ${{ steps.all.outputs.modVersion }} - ${{ github.event.inputs.title }}" \
108108
--notes="${{ github.event.inputs.description }}" \
109109
$( [ "${{ github.event.inputs.prerelease }}" = "true" ] && echo "--prerelease" ) \
110110
fabric/build/libs/lambda-fabric-${{ steps.all.outputs.modVersion }}+${{ steps.all.outputs.minecraftVersion }}.jar \

0 commit comments

Comments
 (0)