mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-04 00:47:04 +02:00
feat(app-template): Release version 3.7.1
This commit is contained in:
parent
b93c4199f7
commit
99080ed6e5
3 changed files with 13 additions and 7 deletions
8
.github/workflows/charts-release-steps.yaml
vendored
8
.github/workflows/charts-release-steps.yaml
vendored
|
@ -49,6 +49,14 @@ on:
|
|||
type: string
|
||||
|
||||
jobs:
|
||||
report-changes:
|
||||
name: Report changes
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- name: Report changes
|
||||
run: |
|
||||
echo "Charts to package: ${{ inputs.charts }}"
|
||||
|
||||
package-charts:
|
||||
name: Package charts
|
||||
runs-on: ubuntu-22.04
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue