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 e507026 commit 39572fcCopy full SHA for 39572fc
.github/workflows/multi-platform.yml
@@ -28,7 +28,7 @@ on:
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 || | 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