Skip to content

Commit

Permalink
[WIP] workflow: disable draft, leave prerelease true
Browse files Browse the repository at this point in the history
The release is currently not even accessible via the API. One has to
know the link, which is only printed by the create command.

Try to make it searchable
  • Loading branch information
thlehmann-ionos committed Oct 31, 2024
1 parent ad42d86 commit 798bb4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/easycloud-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
- name: Release
uses: softprops/action-gh-release@v2
with:
draft: true
draft: false
prerelease: true
files: |
${{ env.PACKAGE_NAME }}
Expand Down

0 comments on commit 798bb4d

Please sign in to comment.