Skip to content

Commit

Permalink
Fix chart releasing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
evgkrsk committed Apr 14, 2022
1 parent 741e5de commit 83a911d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/chart-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ name: Helm chart release workflow

on:
push:
tags:
- 'v*'
branches: [main]

jobs:
release-chart:
Expand Down
2 changes: 1 addition & 1 deletion charts/universal-chart/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
description: Nixys universal Helm chart for deploy your apps to Kubernetes
name: universal-chart
version: 3.0.0
version: 3.0.1
maintainers:
- name: Roman Andreev
email: [email protected]
Expand Down

0 comments on commit 83a911d

Please sign in to comment.