From 071090c647db81d207a03217015a14af9a89e996 Mon Sep 17 00:00:00 2001 From: Evelyn Gurschler Date: Thu, 28 Mar 2024 11:40:40 +0100 Subject: [PATCH] test(release): change to trigger on create tag --- .github/workflows/release.yml | 2 +- charts/dim/Chart.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index df64f6d..623c155 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ name: Release on: - push: + create: tags: - 'v*.*.*' workflow_dispatch: diff --git a/charts/dim/Chart.yaml b/charts/dim/Chart.yaml index 4ac40d3..669163c 100644 --- a/charts/dim/Chart.yaml +++ b/charts/dim/Chart.yaml @@ -20,8 +20,8 @@ apiVersion: v2 name: dim type: application -version: 0.0.1 -appVersion: 0.0.1 +version: 0.0.2 +appVersion: 0.0.2 description: Helm chart for DIM Middle Layer home: https://github.com/catenax-ng/dim-repo dependencies: