We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2c1f73 commit 289f5bcCopy full SHA for 289f5bc
.github/workflows/build-extension-charts.yml
@@ -12,12 +12,12 @@ defaults:
12
13
jobs:
14
build-extension-charts:
15
- uses: rancher/dashboard/.github/workflows/build-extension-charts.yml@release-2.10
+ uses: rancher/dashboard/.github/workflows/build-extension-charts.yml@release-2.11
16
permissions:
17
actions: write
18
contents: write
19
deployments: write
20
pages: write
21
with:
22
- target_branch: main
+ target_branch: gh-pages
23
tagged_release: "${{ github.ref_name }}"
0 commit comments