Potentially fix invocation of draft-release-notes (#20265)
Release Notes: - N/A
This commit is contained in:
parent
803e5d4c9f
commit
cfce6a8fbf
2 changed files with 2 additions and 1 deletions
|
@ -15,6 +15,7 @@ version=$(script/get-crate-version zed)
|
|||
channel=$(cat crates/zed/RELEASE_CHANNEL)
|
||||
echo "Publishing version: ${version} on release channel ${channel}"
|
||||
echo "RELEASE_CHANNEL=${channel}" >> $GITHUB_ENV
|
||||
echo "RELEASE_VERSION="${version}" >> $GITHUB_ENV
|
||||
|
||||
expected_tag_name=""
|
||||
case ${channel} in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue