mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2025-12-13 13:11:43 +00:00
23 lines
474 B
YAML
23 lines
474 B
YAML
name: Build and Release Extension Charts
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
release:
|
|
types: [released]
|
|
|
|
defaults:
|
|
run:
|
|
shell: bash
|
|
working-directory: ./
|
|
|
|
jobs:
|
|
build-extension-charts:
|
|
uses: codyrancher/dashboard/.github/workflows/build-extension-charts.yml@workflow-update
|
|
permissions:
|
|
actions: write
|
|
contents: write
|
|
deployments: write
|
|
pages: write
|
|
with:
|
|
target_branch: gh-pages
|
|
tagged_release: ${{ github.ref_name }} |