diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 78a6d029d4..78afd66949 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -56,7 +56,7 @@ jobs: next_version=$major.$minor.$((patch+1)) : "${next_version:?}" - # get the traget branch + # get the target branch target_branch=$major.$minor : "${target_branch:?}"