Skip to content

harvester-0.1.0

harvester-0.1.0 #10

Workflow file for this run

name: Build and Release Extension Charts
on:
workflow_dispatch:
release:
types: [released]
defaults:
run:
shell: bash
working-directory: ./
jobs:
build-extension-charts:
uses: torchiaf/dashboard/.github/workflows/build-extension-charts.yml@feature/harvester-extension
permissions:
actions: write
contents: write
deployments: write
pages: write
with:
target_branch: gh-pages
tagged_release: ${{ github.ref_name }}