1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-25 14:48:06 +00:00

Update KDM release URL to release-v2.11 (#3812)

update KDM release URL to release-v2.11 and add release/v2.11 to workflow.yaml
This commit is contained in:
Jake Hyde
2025-03-19 14:45:26 -04:00
committed by GitHub
parent ee2316b6ea
commit ec0ba33bac
2 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
name: CI workflow
on:
push:
push:
branches:
- 'release/v*'
tags:
@@ -156,7 +156,7 @@ jobs:
ACTION_TARGET_BRANCH="release/v2.10"
;;
"v1.8"*)
ACTION_TARGET_BRANCH="main"
ACTION_TARGET_BRANCH="release/v2.11"
;;
*)
echo "Not a valid tag, not dispatching event"
@@ -165,4 +165,4 @@ jobs:
echo "Running on $ACTION_TARGET_BRANCH"
gh workflow run "Go get" --repo rancher/rancher --ref $ACTION_TARGET_BRANCH -F goget_module=github.com/rancher/rke -F goget_version=${{ github.ref_name }} -F source_author=${{ github.actor }}
env:
GH_TOKEN: ${{ env.PAT_TOKEN }}
GH_TOKEN: ${{ env.PAT_TOKEN }}