From 4820ad1a97a0ebe5c4a5612199dc415627b77b83 Mon Sep 17 00:00:00 2001 From: Dimitris Papagiannis Date: Wed, 12 Jun 2024 11:42:59 +0200 Subject: [PATCH] test --- .github/workflows/build_installation_package.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_installation_package.yaml b/.github/workflows/build_installation_package.yaml index d994438..b4cde2f 100644 --- a/.github/workflows/build_installation_package.yaml +++ b/.github/workflows/build_installation_package.yaml @@ -72,5 +72,5 @@ jobs: artifacts: "/tmp/dqmgui/dqmgui_${{ env.RELEASE_TAG }}.tar.gz" bodyFile: "/tmp/release_body.md" tag: ${{ env.RELEASE_TAG }} - prerelease: ${{ env.IS_PRERELEASE }} + prerelease: "true" allowUpdates: "true"