Skip to content

Commit

Permalink
ci: Ensure drafts are deleted after publishing a new dev-release
Browse files Browse the repository at this point in the history
  • Loading branch information
Griefed committed Aug 30, 2024
1 parent 7a5a7d7 commit c92e0c0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/devbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@ jobs:
title: "Development Build"
files: |
continuous/*
- name: Delete drafts
uses: hugo19941994/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Get source archives
run: |
Expand Down

0 comments on commit c92e0c0

Please sign in to comment.