Skip to content

Commit

Permalink
delete old release drafts
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Schurz <Martin.Schurz@t-systems.com>
  • Loading branch information
schurzi committed Feb 25, 2022
1 parent 525248e commit c719284
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@ jobs:
with:
path: ./CHANGELOGRELEASE.md

- name: Delete old drafts
uses: hugo19941994/delete-draft-releases@v1.0.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Create Release draft
id: create_release
uses: actions/create-release@v1
Expand Down

0 comments on commit c719284

Please sign in to comment.