Skip to content

Commit

Permalink
test(release): change to trigger on create tag
Browse files Browse the repository at this point in the history
  • Loading branch information
evegufy committed Mar 28, 2024
1 parent b55be39 commit 071090c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
name: Release

on:
push:
create:
tags:
- 'v*.*.*'
workflow_dispatch:
Expand Down
4 changes: 2 additions & 2 deletions charts/dim/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 071090c

Please sign in to comment.