We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b58acf commit 074e87bCopy full SHA for 074e87b
.github/workflows/build_installation_package.yaml
@@ -24,6 +24,7 @@ jobs:
24
DQMGUI_GIT_TAG: ${{ vars.DQMGUI_GIT_TAG }}
25
ROOT_GIT_URL: ${{ vars.ROOT_GIT_URL }}
26
ROOT_GIT_TAG: ${{ vars.ROOT_GIT_TAG }}
27
+ IS_PRERELEASE: ${{ vars.IS_PRERELEASE }}
28
run: |
29
set -x
30
export DQMGUI_PYTHON_VERSION=$($(which python3) -c 'import platform; print(platform.python_version())' | cut -d'.' -f1,2)
@@ -71,4 +72,5 @@ jobs:
71
72
artifacts: "/tmp/dqmgui/dqmgui_${{ env.RELEASE_TAG }}.tar.gz"
73
bodyFile: "/tmp/release_body.md"
74
tag: ${{ env.RELEASE_TAG }}
75
+ prerelease: ${{ env.IS_PRERELEASE }}
76
allowUpdates: "true"
0 commit comments