Skip to content

Commit

Permalink
ci: create release as release and not as draft
Browse files Browse the repository at this point in the history
Set the draft option to false to create a release instead of a draft
which has to be manually released.
  • Loading branch information
lievenhey committed May 6, 2024
1 parent 8e54107 commit b82a11c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-appimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
name: "continuous"
tag: "continuous"
prerelease: true
draft: false
body: "The newest version directly from the master branch. THIS IS BLEEDING ENDGE AND WILL MOST LIKELY CONTAIN UNKOWN BUGS."
token: ${{ secrets.GITHUB_TOKEN }}
artifacts: |
Expand Down

0 comments on commit b82a11c

Please sign in to comment.