Skip to content

Commit 2e3e095

Browse files
authored
Merge pull request #349 from Flagsmith/ci/fix-release
fix(ci): Remove publish validation after releasing chart
2 parents c306992 + 4e64e25 commit 2e3e095

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
version: v3.5.4
2424

2525
- name: Add chart repo dependencies
26-
# Note: this repos should match whith the repos set in ct.yaml
26+
# Note: this repos should match with the repos set in ct.yaml
2727
# See https://github.com/Flagsmith/flagsmith-charts/issues/105
2828
run: |
2929
helm repo add stable https://charts.helm.sh/stable
@@ -44,9 +44,3 @@ jobs:
4444
uses: helm/[email protected]
4545
env:
4646
CR_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
47-
48-
- name: Check if release was published
49-
if: steps.chart-releaser.outputs.changed_charts == ''
50-
run: |
51-
echo "No new releases were published. If a tag and/or release already exist for this version but they have not been published to the Helm repository, delete them and run this workflow again."
52-
exit 1

charts/flagsmith/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: flagsmith
33
description: Flagsmith
44
type: application
5-
version: 0.72.0
6-
appVersion: 2.169.2
5+
version: 0.72.1
6+
appVersion: 2.170.0
77
dependencies:
88
- name: postgresql
99
repository: https://charts.bitnami.com/bitnami

0 commit comments

Comments
 (0)