Skip to content

Commit 26383df

Browse files
committed
Disable release notes
1 parent 7642b2d commit 26383df

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/build.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -693,18 +693,13 @@ jobs:
693693
with:
694694
name: release
695695
path: release
696-
- name: Create release notes
697-
run: |
698-
TAG_NAME="${{ github.event.inputs.test_tag || github.ref_name }}"
699-
ci/generate-release-notes "${TAG_NAME}" >release-notes.md
700696
- name: Create GitHub Release
701697
env:
702698
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
703699
run: |
704700
TAG_NAME="${{ github.event.inputs.test_tag || github.ref_name }}"
705701
gh release create "${TAG_NAME}" \
706702
--draft \
707-
--notes-file release-notes.md \
708703
--title "${TAG_NAME#v*}" \
709704
release/*
710705

0 commit comments

Comments
 (0)