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 b811f2a commit 077a427Copy full SHA for 077a427
.github/workflows/multi-platform.yml
@@ -23,12 +23,12 @@ on:
23
release-channel:
24
description: "Release Channel"
25
required: true
26
- default: "edge"
+ default: "stable"
27
28
env:
29
GIT_VERSION: ${{github.event.inputs.release-ver}}
30
GIT_STRIPPED_VERSION: ${{github.event.inputs.stripped-release-ver}}
31
- RELEASE_CHANNEL: ${{github.event.inputs.release-channel}}
+ RELEASE_CHANNEL: ${{github.event.inputs.release-channel || | inputs.release_channel }}
32
GIT_TAG: ${{ github.event.release.tag_name }}
33
34
jobs:
0 commit comments