1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-19 18:30:38 +00:00

Merge pull request #3035 from superseb/v14_dispatch

[release/v1.4] Update dispatch event to release/v2.7 branch
This commit is contained in:
Sebastiaan van Steenis
2022-09-14 14:43:59 +02:00
committed by GitHub

View File

@@ -5,8 +5,8 @@ set -x
REPO="https://api.github.com/repos/rancher/rancher/actions/workflows/go-get.yml/dispatches"
case $DRONE_TAG in
"v1.3"*)
ACTION_TARGET_BRANCH="release/v2.6"
"v1.4"*)
ACTION_TARGET_BRANCH="release/v2.7"
;;
*)
echo "Not a valid tag, not dispatching event"