Skip to content

Commit

Permalink
Fix typo in release base prep script. (#13098)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferroin committed Jun 14, 2022
1 parent f5e999b commit cc816d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/prepare-release-base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ elif [ "${EVENT_TYPE}" = 'minor' ] && [ "${EVENT_VERSION}" != "nightly" ]; then
echo "::set-output name=ref::${EVENT_VERSION}"
echo "::set-output name=type::release"
echo "::set-output name=branch::master"
echo "::set-output name=new-branch:${branch_name}"
echo "::set-output name=new-branch::${branch_name}"
echo "::set-output name=version::$(tr -d 'v' < packaging/version)"
elif [ "${EVENT_TYPE}" = 'major' ] && [ "${EVENT_VERSION}" != "nightly" ]; then
echo "::notice::Preparing a major release build."
Expand Down

0 comments on commit cc816d2

Please sign in to comment.