test extension workflow fix in dashboard master
This commit is contained in:
parent
560d0634f2
commit
62927d05fa
|
|
@ -12,7 +12,7 @@ defaults:
|
|||
|
||||
jobs:
|
||||
build-extension-charts:
|
||||
uses: rancher/dashboard/.github/workflows/build-extension-charts.yml@master
|
||||
uses: rancher/dashboard/.github/workflows/build-extension-charts.yml@test-workflow-fix-master
|
||||
permissions:
|
||||
actions: write
|
||||
contents: write
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "extension-crd",
|
||||
"description": "Adds support for the Rancher Extensions CRD to Rancher Manager",
|
||||
"version": "0.2.2",
|
||||
"version": "0.2.3",
|
||||
"private": false,
|
||||
"icon": "https://raw.githubusercontent.com/rancher/ui-plugin-examples/main/pkg/extension-crd/icon.svg",
|
||||
"rancher": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue