Skip to content

Commit 0ffd061

Browse files
committed
ci(github): disable automatic release note generation in build workflow for branches
1 parent cf5cbcb commit 0ffd061

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-image-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ jobs:
187187
uses: softprops/action-gh-release@v2
188188
with:
189189
tag_name: ${{ github.ref_name }}
190-
generate_release_notes: true
190+
generate_release_notes: false
191191
prerelease: true
192192
draft: false
193193
files: |

0 commit comments

Comments
 (0)