Skip to content

build: bumo 0.3.0, align chart and app versions #17

build: bumo 0.3.0, align chart and app versions

build: bumo 0.3.0, align chart and app versions #17

name: 🚀 Release Chart
on:
# Push includes PR merge
push:
branches:
- main
paths:
# Workflow is triggered only if chart dir changes
- chart/**
# Allow manual trigger
workflow_dispatch:
permissions:
contents: read
packages: write
jobs:
publish:
uses: hotosm/gh-workflows/.github/workflows/just.yml@3.3.2
with:
environment: "test"
command: "chart publish"
secrets: inherit