diff --git a/.github/workflows/build_installation_package.yaml b/.github/workflows/build_installation_package.yaml index 5132dbf..f04bb6b 100644 --- a/.github/workflows/build_installation_package.yaml +++ b/.github/workflows/build_installation_package.yaml @@ -67,8 +67,11 @@ jobs: # without a GitHub account. - name: Release uses: ncipollo/release-action@v1 + env: + IS_PRERELEASE: ${{ vars.IS_PRERELEASE }} with: artifacts: "/tmp/dqmgui/dqmgui_${{ env.RELEASE_TAG }}.tar.gz" bodyFile: "/tmp/release_body.md" tag: ${{ env.RELEASE_TAG }} + prerelease: "${{ env.IS_PRERELEASE }}" allowUpdates: "true"