From e770a2618fe48c36cb68c4dc57b594b13fc15a61 Mon Sep 17 00:00:00 2001 From: Massimo Candela Date: Sun, 24 Dec 2023 16:21:10 +0100 Subject: [PATCH] create as pre-relese --- .github/workflows/debian.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/debian.yml b/.github/workflows/debian.yml index 7b44b32..18bf1a6 100644 --- a/.github/workflows/debian.yml +++ b/.github/workflows/debian.yml @@ -17,7 +17,7 @@ jobs: - uses: "marvinpinto/action-automatic-releases@latest" with: repo_token: "${{ secrets.GITHUB_TOKEN }}" - prerelease: false + prerelease: true files: | LICENSE debian/artifacts/*.deb