We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f683ba commit 9808259Copy full SHA for 9808259
.github/workflows/build-release.yml
@@ -83,7 +83,6 @@ jobs:
83
84
- name: Create release
85
uses: softprops/action-gh-release@v2.0.8
86
- if: startsWith(github.ref, 'refs/tags/')
87
with:
88
name: Lambda ${{ steps.all.outputs.modVersion }} - ${{ github.event.inputs.title }}
89
tag_name: ${{ steps.all.outputs.modVersion }}
0 commit comments