Skip to content

Commit

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

[release-1.3] 🌱 drop the draft release notes step from github workflow
  • Loading branch information
k8s-ci-robot authored Jan 31, 2023
2 parents 0903009 + 18bf580 commit ed7f1c9
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 ed7f1c9

Please sign in to comment.