1
0
mirror of https://github.com/rancher/rke.git synced 2025-08-31 22:46:25 +00:00

Update dispatch event to release/v2.7 branch

This commit is contained in:
Sebastiaan van Steenis
2022-09-13 15:32:56 +02:00
parent 528bbfb843
commit e1db8c04b3

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"