Skip to content

Commit

Permalink
Merge pull request #8033 from k8s-infra-cherrypick-robot/cherry-pick-…
Browse files Browse the repository at this point in the history
…7893-to-release-1.2

[release-1.2] 🌱 drop the draft release notes step from github workflow
  • Loading branch information
k8s-ci-robot authored Jan 31, 2023
2 parents 06fea74 + b4c818e commit 3f2746f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,9 @@ jobs:
- name: generate release artifacts
run: |
make release
- name: generate release notes
run: |
make release-notes
- name: Release
uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # tag=v1
with:
draft: true
files: out/*
body_path: _releasenotes/${{ env.RELEASE_TAG }}.md
body: "TODO: Copy release notes shared by the comms team"

0 comments on commit 3f2746f

Please sign in to comment.