Skip to content

Commit

Permalink
Merge pull request dev-sec#530 from dev-sec/delete_drafts
Browse files Browse the repository at this point in the history
delete obsolete release drafts
  • Loading branch information
schurzi authored Feb 28, 2022
2 parents 525248e + c719284 commit 860fa26
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 860fa26

Please sign in to comment.