Skip to content

Commit

Permalink
Remove draft release in GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Dec 10, 2022
1 parent 46ec3b2 commit b108cbd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@ jobs:
with:
cmd: build

# It seems we need to delete the draft release or often it will fail
# uploading assets.
- name: Delete drafts
uses: hugo19941994/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Publish releases
env:
# These values are used for auto updates signing
Expand Down

0 comments on commit b108cbd

Please sign in to comment.