We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02b78a0 commit 4aa77deCopy full SHA for 4aa77de
.github/workflows/build-release.yml
@@ -104,7 +104,7 @@ jobs:
104
tag: ${{ steps.all.outputs.modVersion }}
105
run: |
106
gh release create "${{ steps.all.outputs.modVersion }}" \
107
- --title="Lambda ${{ steps.all.outputs.modVersion }} ${{ github.event.inputs.title }}" \
+ --title="Lambda ${{ steps.all.outputs.modVersion }} - ${{ github.event.inputs.title }}" \
108
--notes="${{ github.event.inputs.description }}" \
109
$( [ "${{ github.event.inputs.prerelease }}" = "true" ] && echo "--prerelease" ) \
110
fabric/build/libs/lambda-fabric-${{ steps.all.outputs.modVersion }}+${{ steps.all.outputs.minecraftVersion }}.jar \
0 commit comments