We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63bada6 commit af02c1eCopy full SHA for af02c1e
1 file changed
.github/workflows/release.yml
@@ -131,7 +131,6 @@ jobs:
131
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
132
run: |
133
gh release create "v${{ steps.version.outputs.full }}" \
134
- --title "v${{ steps.version.outputs.full }}" \
135
--generate-notes \
136
--latest=${{ steps.version.outputs.is_latest }} \
137
func-operator.yaml
0 commit comments