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