Skip to content

Commit 077a427

Browse files
authored
Change default release channel to 'stable'
Signed-off-by: Lee Calcote <leecalcote@gmail.com>
1 parent b811f2a commit 077a427

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/multi-platform.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ on:
2323
release-channel:
2424
description: "Release Channel"
2525
required: true
26-
default: "edge"
26+
default: "stable"
2727

2828
env:
2929
GIT_VERSION: ${{github.event.inputs.release-ver}}
3030
GIT_STRIPPED_VERSION: ${{github.event.inputs.stripped-release-ver}}
31-
RELEASE_CHANNEL: ${{github.event.inputs.release-channel}}
31+
RELEASE_CHANNEL: ${{github.event.inputs.release-channel || | inputs.release_channel }}
3232
GIT_TAG: ${{ github.event.release.tag_name }}
3333

3434
jobs:

0 commit comments

Comments
 (0)